COLOR #C4DBC2

HEX: #C4DBC2 RGB: (196,219,194)

Color info

#C4DBC2 contains red, green and blue colors in about the same proportion. Web safe color of #C4DBC2 is #CCCCCC (or #CCC).

RGB color model

#C4DBC2 color RGB value is (196,219,194).

RGB: (196,219,194) (77%, 86%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 194 of 255 = 76%

196
219
194

R + G + B ~ 80%. #C4DBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 219 + 194 = 609 (100%)
R 196 of 609 ~ 32.18%
G 219 of 609 ~ 35.96%
B 194 of 609 ~ 31.86'%

%32.18
%35.96
%31.86

CMYK color model

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

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

CMYK: (11,0,11,14)
C11M0Y11K14 (11%, 0%, 11%, 14%)
(0.11 / 0.00 / 0.11 / 0.14)

CMYK percentages

%10.5
%0
%11.42
%14.12

Codes

Color #C4DBC2 in popluar color models

C4 DB C2
RGB 196 219 194
HSL 115° 25.77% 80.98%
HSB/HSV 115° 11.42% 85.88%
CMYK 10.50% 0.00% 11.42%
14.12%

Color #C4DBC2 in popluar number systems.

HEX C4 DB C2
Decimal 196 219 194
Binary 11000100 11011011 11000010
Octal 304 333 302

Shades and tints

Shades of #C4DBC2

#C4DBC2
(196,219,194)
#B3C8B1
(179,200,177)
#A2B5A0
(162,181,160)
#91A28F
(145,162,143)
#808F7E
(128,143,126)
#6F7C6D
(111,124,109)
#5E695C
(94,105,92)
#4D564B
(77,86,75)
#3C433A
(60,67,58)
#2B3029
(43,48,41)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #C4DBC2

#C4DBC2
(196,219,194)
#C9DEC7
(201,222,199)
#CEE1CC
(206,225,204)
#D3E4D1
(211,228,209)
#D8E7D6
(216,231,214)
#DDEADB
(221,234,219)
#E2EDE0
(226,237,224)
#E7F0E5
(231,240,229)
#ECF3EA
(236,243,234)
#F1F6EF
(241,246,239)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DBC2; }

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

This text font color is #C4DBC2.

Background Color

.myBgColor { background-color: #C4DBC2; }

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

This div background color is #C4DBC2.

Border color

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

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

This div border color is #C4DBC2.

Opacity

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

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

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

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

This text has shadow with #C4DBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DBC2.

Preview

Color preview on black background

This text has color #C4DBC2 on black background.


Color preview on white background

This text has color #C4DBC2 on white background.


Black color preview on #C4DBC2 background

This text has black color on #C4DBC2 background.


White color preview on #C4DBC2 background

This text has white color on #C4DBC2 background.


Related colors

Complementary color

Complementary color for #hex is #3B243D.


I love getcolorcode.com

Triadic colors

1 #C2C4DB and #DBC2C4 with #C4DBC2 are triadic colors.

2 #C2DBC4 and #DBC4C2 with #C4DBC2 are triadic colors.