COLOR #C4DCEF

HEX: #C4DCEF RGB: (196,220,239)

Color info

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

RGB color model

#C4DCEF color RGB value is (196,220,239).

RGB: (196,220,239) (77%, 86%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 239 of 255 = 94%

196
220
239

R + G + B ~ 86%. #C4DCEF is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 220 + 239 = 655 (100%)
R 196 of 655 ~ 29.92%
G 220 of 655 ~ 33.59%
B 239 of 655 ~ 36.49'%

%29.92
%33.59
%36.49

CMYK color model

#C4DCEF color CMYK value is (18,8,0,6).

  • cyan value is 17.99%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (18,8,0,6) C18M8Y0K6 (18%,8%,0%,6%) (0.18/0.08/0.00/0.06) 

CMYK percentages

%17.99
%7.95
%0
%6.27

Codes

Color #C4DCEF in popluar color models

C4 DC EF
RGB 196 220 239
HSL 207° 57.33% 85.29%
HSB/HSV 207° 17.99% 93.73%
CMYK 17.99% 7.95% 0.00%
6.27%

Color #C4DCEF in popluar number systems.

HEX C4 DC EF
Decimal 196 220 239
Binary 11000100 11011100 11101111
Octal 304 334 357

Shades and tints

Shades of #C4DCEF

#C4DCEF
(196,220,239)
#B3C8DA
(179,200,218)
#A2B4C5
(162,180,197)
#91A0B0
(145,160,176)
#808C9B
(128,140,155)
#6F7886
(111,120,134)
#5E6471
(94,100,113)
#4D505C
(77,80,92)
#3C3C47
(60,60,71)
#2B2832
(43,40,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #C4DCEF

#C4DCEF
(196,220,239)
#C9DFF0
(201,223,240)
#CEE2F1
(206,226,241)
#D3E5F2
(211,229,242)
#D8E8F3
(216,232,243)
#DDEBF4
(221,235,244)
#E2EEF5
(226,238,245)
#E7F1F6
(231,241,246)
#ECF4F7
(236,244,247)
#F1F7F8
(241,247,248)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DCEF color. Also use rgb(196,220,239) instead hex code.

Text Font Color

.myTextColor { color: #C4DCEF; }

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

This text font color is #C4DCEF.

Background Color

.myBgColor { background-color: #C4DCEF; }

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

This div background color is #C4DCEF.

Border color

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

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

This div border color is #C4DCEF.

Opacity

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

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

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

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

This text has shadow with #C4DCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DCEF.

Preview

Color preview on black background

This text has color #C4DCEF on black background.


Color preview on white background

This text has color #C4DCEF on white background.


Black color preview on #C4DCEF background

This text has black color on #C4DCEF background.


White color preview on #C4DCEF background

This text has white color on #C4DCEF background.


Related colors

Complementary color

Complementary color for #hex is #3B2310.


I love getcolorcode.com

Triadic colors

1 #EFC4DC and #DCEFC4 with #C4DCEF are triadic colors.

2 #EFDCC4 and #DCC4EF with #C4DCEF are triadic colors.