COLOR #C4DBA7

HEX: #C4DBA7 RGB: (196,219,167)

Color info

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

RGB color model

#C4DBA7 color RGB value is (196,219,167).

RGB: (196,219,167) (77%, 86%, 65%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 167 of 255 = 65%

196
219
167

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

Portions of RGB colors in percentages

R + G + B = 196 + 219 + 167 = 582 (100%)
R 196 of 582 ~ 33.68%
G 219 of 582 ~ 37.63%
B 167 of 582 ~ 28.69'%

%33.68
%37.63
%28.69

CMYK color model

#C4DBA7 color CMYK value is (11,0,24,14).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 14.12%

CMYK: (11,0,24,14)
C11M0Y24K14 (11%, 0%, 24%, 14%)
(0.11 / 0.00 / 0.24 / 0.14)

CMYK percentages

%10.5
%0
%23.74
%14.12

Codes

Color #C4DBA7 in popluar color models

C4 DB A7
RGB 196 219 167
HSL 87° 41.94% 75.69%
HSB/HSV 87° 23.74% 85.88%
CMYK 10.50% 0.00% 23.74%
14.12%

Color #C4DBA7 in popluar number systems.

HEX C4 DB A7
Decimal 196 219 167
Binary 11000100 11011011 10100111
Octal 304 333 247

Shades and tints

Shades of #C4DBA7

#C4DBA7
(196,219,167)
#B3C898
(179,200,152)
#A2B589
(162,181,137)
#91A27A
(145,162,122)
#808F6B
(128,143,107)
#6F7C5C
(111,124,92)
#5E694D
(94,105,77)
#4D563E
(77,86,62)
#3C432F
(60,67,47)
#2B3020
(43,48,32)
#1A1D11
(26,29,17)
#000000
(0,0,0)

Tints of #C4DBA7

#C4DBA7
(196,219,167)
#C9DEAF
(201,222,175)
#CEE1B7
(206,225,183)
#D3E4BF
(211,228,191)
#D8E7C7
(216,231,199)
#DDEACF
(221,234,207)
#E2EDD7
(226,237,215)
#E7F0DF
(231,240,223)
#ECF3E7
(236,243,231)
#F1F6EF
(241,246,239)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DBA7 color. Also use rgb(196,219,167) instead hex code.

Text Font Color

.myTextColor { color: #C4DBA7; }

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

This text font color is #C4DBA7.

Background Color

.myBgColor { background-color: #C4DBA7; }

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

This div background color is #C4DBA7.

Border color

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

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

This div border color is #C4DBA7.

Opacity

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

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

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

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

This text has shadow with #C4DBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DBA7.

Preview

Color preview on black background

This text has color #C4DBA7 on black background.


Color preview on white background

This text has color #C4DBA7 on white background.


Black color preview on #C4DBA7 background

This text has black color on #C4DBA7 background.


White color preview on #C4DBA7 background

This text has white color on #C4DBA7 background.


Related colors

Complementary color

Complementary color for #hex is #3B2458.


I love getcolorcode.com

Triadic colors

1 #A7C4DB and #DBA7C4 with #C4DBA7 are triadic colors.

2 #A7DBC4 and #DBC4A7 with #C4DBA7 are triadic colors.