COLOR #C4DCB3

HEX: #C4DCB3 RGB: (196,220,179)

Color info

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

RGB color model

#C4DCB3 color RGB value is (196,220,179).

RGB: (196,220,179) (77%, 86%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 179 of 255 = 70%

196
220
179

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

Portions of RGB colors in percentages

R + G + B = 196 + 220 + 179 = 595 (100%)
R 196 of 595 ~ 32.94%
G 220 of 595 ~ 36.97%
B 179 of 595 ~ 30.08'%

%32.94
%36.97
%30.08

CMYK color model

#C4DCB3 color CMYK value is (11,0,19,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%

CMYK: (11,0,19,14)
C11M0Y19K14 (11%, 0%, 19%, 14%)
(0.11 / 0.00 / 0.19 / 0.14)

CMYK percentages

%10.91
%0
%18.64
%13.73

Codes

Color #C4DCB3 in popluar color models

C4 DC B3
RGB 196 220 179
HSL 95° 36.94% 78.24%
HSB/HSV 95° 18.64% 86.27%
CMYK 10.91% 0.00% 18.64%
13.73%

Color #C4DCB3 in popluar number systems.

HEX C4 DC B3
Decimal 196 220 179
Binary 11000100 11011100 10110011
Octal 304 334 263

Shades and tints

Shades of #C4DCB3

#C4DCB3
(196,220,179)
#B3C8A3
(179,200,163)
#A2B493
(162,180,147)
#91A083
(145,160,131)
#808C73
(128,140,115)
#6F7863
(111,120,99)
#5E6453
(94,100,83)
#4D5043
(77,80,67)
#3C3C33
(60,60,51)
#2B2823
(43,40,35)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4DCB3

#C4DCB3
(196,220,179)
#C9DFB9
(201,223,185)
#CEE2BF
(206,226,191)
#D3E5C5
(211,229,197)
#D8E8CB
(216,232,203)
#DDEBD1
(221,235,209)
#E2EED7
(226,238,215)
#E7F1DD
(231,241,221)
#ECF4E3
(236,244,227)
#F1F7E9
(241,247,233)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCB3; }

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

This text font color is #C4DCB3.

Background Color

.myBgColor { background-color: #C4DCB3; }

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

This div background color is #C4DCB3.

Border color

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

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

This div border color is #C4DCB3.

Opacity

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

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

Text with #C4DCB3 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 #C4DCB3;}

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

This text has shadow with #C4DCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DCB3.

Preview

Color preview on black background

This text has color #C4DCB3 on black background.


Color preview on white background

This text has color #C4DCB3 on white background.


Black color preview on #C4DCB3 background

This text has black color on #C4DCB3 background.


White color preview on #C4DCB3 background

This text has white color on #C4DCB3 background.


Related colors

Complementary color

Complementary color for #hex is #3B234C.


I love getcolorcode.com

Triadic colors

1 #B3C4DC and #DCB3C4 with #C4DCB3 are triadic colors.

2 #B3DCC4 and #DCC4B3 with #C4DCB3 are triadic colors.