COLOR #C4DDB3

HEX: #C4DDB3
RGB: (196,221,179)

Color info

#C4DDB3 contains red, green and blue colors in about the same proportion. Web safe color of #C4DDB3 is #CCCC99 (or #CC9).

RGB color model

#C4DDB3 color RGB value is (196,221,179).

  • red value is 196;
  • green value is 221;
  • blue value is 179.
RGB:
(196,221,179)
(77%,87%,70%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 179 of 255 = 70%

196
221
179

R + G + B ~ 78%. #C4DDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 221 + 179 = 596 (100%)
R 196 of 596 ~ 32.89%
G 221 of 596 ~ 37.08%
B 179 of 596 ~ 30.03%

%32.89
%37.08
%30.03

CMYK color model

#C4DDB3 color CMYK value is (11,0,19,13).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(11,0,19,13)
C11M0Y19K13 
(11%,0%,19%,13%)
(0.11/0.00/0.19/0.13)	

CMYK percentages

%11.31
%0
%19
%13.33

Codes

Color #C4DDB3 in popluar color models

C4DDB3
RGB196221179
HSL96°38.18%78.43%
HSB/HSV96°19.00%86.67%
CMYK11.31%0.00%19.00%
13.33%

Color #C4DDB3 in popluar number systems.

HEXC4DDB3
Decimal196221179
Binary110001001101110110110011
Octal304335263

Shades and tints

Shades of #C4DDB3

#C4DDB3
(196,221,179)
#B3C9A3
(179,201,163)
#A2B593
(162,181,147)
#91A183
(145,161,131)
#808D73
(128,141,115)
#6F7963
(111,121,99)
#5E6553
(94,101,83)
#4D5143
(77,81,67)
#3C3D33
(60,61,51)
#2B2923
(43,41,35)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #C4DDB3

#C4DDB3
(196,221,179)
#C9E0B9
(201,224,185)
#CEE3BF
(206,227,191)
#D3E6C5
(211,230,197)
#D8E9CB
(216,233,203)
#DDECD1
(221,236,209)
#E2EFD7
(226,239,215)
#E7F2DD
(231,242,221)
#ECF5E3
(236,245,227)
#F1F8E9
(241,248,233)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DDB3 color. Also use rgb(196,221,179) instead hex code.

Text Font Color

.myTextColor { color: #C4DDB3; }

<p style="color:#C4DDB3">This sample text font color is #C4DDB3.</p>

This text font color is #C4DDB3.


Background Color

.myBgColor { background-color: #C4DDB3; }

<div style="background-color:#C4DDB3">Inner text</div>

This div background color is #C4DDB3.


Border color

.myBorderColor { border: 1px solid #C4DDB3; }

<div style="border:3px solid #C4DDB3">Div</div>

This div border color is #C4DDB3.


Opacity

.myOpacity80 { color: #C4DDB3; opacity: 0.8; }

<p style="color:#C4DDB3;opacity:0.8;">80%</p>

Text with #C4DDB3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4DDB3;}

<p style="text-shadow: 3px 3px 1px #C4DDB3">Text here.</p>

This text has shadow with #C4DDB3 color.

.textShadow {text-shadow: 3px 3px 1px #C4DDB3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4DDB3, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4DDB3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4DDB3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4DDB3, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4DDB3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C4DDB3;
  -webkit-box-shadow:	1px 1px 3px 2px #C4DDB3;
  box-shadow:		1px 1px 3px 2px #C4DDB3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4DDB3;
-webkit-box-shadow: 1px 1px 3px 2px #C4DDB3;
box-shadow:1px 1px 3px 2px #C4DDB3;">
Div content here</div>
This div box has shadow with color #C4DDB3.

Preview

Color preview on black background

This text has color #C4DDB3 on black background.


Color preview on white background

This text has color #C4DDB3 on white background.



Black color preview on #C4DDB3 background

This text has black color on #C4DDB3 background.


White color preview on #C4DDB3 background

This text has white color on #C4DDB3 background.