COLOR #C4DBEC

HEX: #C4DBEC
RGB: (196,219,236)

Color info

#C4DBEC contains red, green and blue colors in about the same proportion. Web safe color of #C4DBEC is #CCCCFF (or #CCF).

RGB color model

#C4DBEC color RGB value is (196,219,236).

  • red value is 196;
  • green value is 219;
  • blue value is 236.
RGB:
(196,219,236)
(77%,86%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 236 of 255 = 93%

196
219
236

R + G + B ~ 85%. #C4DBEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 219 + 236 = 651 (100%)
R 196 of 651 ~ 30.11%
G 219 of 651 ~ 33.64%
B 236 of 651 ~ 36.25%

%30.11
%33.64
%36.25

CMYK color model

#C4DBEC color CMYK value is (17,7,0,7).

  • cyan value is 16.95%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,7,0,7)
C17M7Y0K7 
(17%,7%,0%,7%)
(0.17/0.07/0.00/0.07)	

CMYK percentages

%16.95
%7.2
%0
%7.45

Codes

Color #C4DBEC in popluar color models

C4DBEC
RGB196219236
HSL206°51.28%84.71%
HSB/HSV206°16.95%92.55%
CMYK16.95%7.20%0.00%
7.45%

Color #C4DBEC in popluar number systems.

HEXC4DBEC
Decimal196219236
Binary110001001101101111101100
Octal304333354

Shades and tints

Shades of #C4DBEC

#C4DBEC
(196,219,236)
#B3C8D7
(179,200,215)
#A2B5C2
(162,181,194)
#91A2AD
(145,162,173)
#808F98
(128,143,152)
#6F7C83
(111,124,131)
#5E696E
(94,105,110)
#4D5659
(77,86,89)
#3C4344
(60,67,68)
#2B302F
(43,48,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #C4DBEC

#C4DBEC
(196,219,236)
#C9DEED
(201,222,237)
#CEE1EE
(206,225,238)
#D3E4EF
(211,228,239)
#D8E7F0
(216,231,240)
#DDEAF1
(221,234,241)
#E2EDF2
(226,237,242)
#E7F0F3
(231,240,243)
#ECF3F4
(236,243,244)
#F1F6F5
(241,246,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DBEC; }

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

This text font color is #C4DBEC.


Background Color

.myBgColor { background-color: #C4DBEC; }

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

This div background color is #C4DBEC.


Border color

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

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

This div border color is #C4DBEC.


Opacity

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

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

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

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

This text has shadow with #C4DBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DBEC on black background.


Color preview on white background

This text has color #C4DBEC on white background.



Black color preview on #C4DBEC background

This text has black color on #C4DBEC background.


White color preview on #C4DBEC background

This text has white color on #C4DBEC background.