COLOR #C4DBCA

HEX: #C4DBCA RGB: (196,219,202)

Color info

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

RGB color model

#C4DBCA color RGB value is (196,219,202).

RGB: (196,219,202) (77%, 86%, 79%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 202 of 255 = 79%

196
219
202

R + G + B ~ 81%. #C4DBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 219 + 202 = 617 (100%)
R 196 of 617 ~ 31.77%
G 219 of 617 ~ 35.49%
B 202 of 617 ~ 32.74'%

%31.77
%35.49
%32.74

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK: (11,0,8,14) C11M0Y8K14 (11%,0%,8%,14%) (0.11/0.00/0.08/0.14) 

CMYK percentages

%10.5
%0
%7.76
%14.12

Codes

Color #C4DBCA in popluar color models

C4 DB CA
RGB 196 219 202
HSL 136° 24.21% 81.37%
HSB/HSV 136° 10.50% 85.88%
CMYK 10.50% 0.00% 7.76%
14.12%

Color #C4DBCA in popluar number systems.

HEX C4 DB CA
Decimal 196 219 202
Binary 11000100 11011011 11001010
Octal 304 333 312

Shades and tints

Shades of #C4DBCA

#C4DBCA
(196,219,202)
#B3C8B8
(179,200,184)
#A2B5A6
(162,181,166)
#91A294
(145,162,148)
#808F82
(128,143,130)
#6F7C70
(111,124,112)
#5E695E
(94,105,94)
#4D564C
(77,86,76)
#3C433A
(60,67,58)
#2B3028
(43,48,40)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #C4DBCA

#C4DBCA
(196,219,202)
#C9DECE
(201,222,206)
#CEE1D2
(206,225,210)
#D3E4D6
(211,228,214)
#D8E7DA
(216,231,218)
#DDEADE
(221,234,222)
#E2EDE2
(226,237,226)
#E7F0E6
(231,240,230)
#ECF3EA
(236,243,234)
#F1F6EE
(241,246,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DBCA; }

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

This text font color is #C4DBCA.

Background Color

.myBgColor { background-color: #C4DBCA; }

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

This div background color is #C4DBCA.

Border color

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

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

This div border color is #C4DBCA.

Opacity

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

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

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

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

This text has shadow with #C4DBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DBCA.

Preview

Color preview on black background

This text has color #C4DBCA on black background.


Color preview on white background

This text has color #C4DBCA on white background.


Black color preview on #C4DBCA background

This text has black color on #C4DBCA background.


White color preview on #C4DBCA background

This text has white color on #C4DBCA background.


Related colors

Complementary color

Complementary color for #hex is #3B2435.


I love getcolorcode.com

Triadic colors

1 #CAC4DB and #DBCAC4 with #C4DBCA are triadic colors.

2 #CADBC4 and #DBC4CA with #C4DBCA are triadic colors.