COLOR #C4CDB3

HEX: #C4CDB3 RGB: (196,205,179)

Color info

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

RGB color model

#C4CDB3 color RGB value is (196,205,179).

RGB: (196,205,179) (77%, 80%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 179 of 255 = 70%

196
205
179

R + G + B ~ 76%. #C4CDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 205 + 179 = 580 (100%)
R 196 of 580 ~ 33.79%
G 205 of 580 ~ 35.34%
B 179 of 580 ~ 30.86'%

%33.79
%35.34
%30.86

CMYK color model

#C4CDB3 color CMYK value is (4,0,13,20).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%

CMYK: (4,0,13,20)
C4M0Y13K20 (4%, 0%, 13%, 20%)
(0.04 / 0.00 / 0.13 / 0.20)

CMYK percentages

%4.39
%0
%12.68
%19.61

Codes

Color #C4CDB3 in popluar color models

C4 CD B3
RGB 196 205 179
HSL 81° 20.63% 75.29%
HSB/HSV 81° 12.68% 80.39%
CMYK 4.39% 0.00% 12.68%
19.61%

Color #C4CDB3 in popluar number systems.

HEX C4 CD B3
Decimal 196 205 179
Binary 11000100 11001101 10110011
Octal 304 315 263

Shades and tints

Shades of #C4CDB3

#C4CDB3
(196,205,179)
#B3BBA3
(179,187,163)
#A2A993
(162,169,147)
#919783
(145,151,131)
#808573
(128,133,115)
#6F7363
(111,115,99)
#5E6153
(94,97,83)
#4D4F43
(77,79,67)
#3C3D33
(60,61,51)
#2B2B23
(43,43,35)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #C4CDB3

#C4CDB3
(196,205,179)
#C9D1B9
(201,209,185)
#CED5BF
(206,213,191)
#D3D9C5
(211,217,197)
#D8DDCB
(216,221,203)
#DDE1D1
(221,225,209)
#E2E5D7
(226,229,215)
#E7E9DD
(231,233,221)
#ECEDE3
(236,237,227)
#F1F1E9
(241,241,233)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDB3; }

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

This text font color is #C4CDB3.

Background Color

.myBgColor { background-color: #C4CDB3; }

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

This div background color is #C4CDB3.

Border color

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

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

This div border color is #C4CDB3.

Opacity

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

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

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

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

This text has shadow with #C4CDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CDB3.

Preview

Color preview on black background

This text has color #C4CDB3 on black background.


Color preview on white background

This text has color #C4CDB3 on white background.


Black color preview on #C4CDB3 background

This text has black color on #C4CDB3 background.


White color preview on #C4CDB3 background

This text has white color on #C4CDB3 background.


Related colors

Complementary color

Complementary color for #hex is #3B324C.


I love getcolorcode.com

Triadic colors

1 #B3C4CD and #CDB3C4 with #C4CDB3 are triadic colors.

2 #B3CDC4 and #CDC4B3 with #C4CDB3 are triadic colors.