COLOR #C4D7ED

HEX: #C4D7ED RGB: (196,215,237)

Color info

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

RGB color model

#C4D7ED color RGB value is (196,215,237).

RGB: (196,215,237) (77%, 84%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 215 of 255 = 84%
B 237 of 255 = 93%

196
215
237

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

Portions of RGB colors in percentages

R + G + B = 196 + 215 + 237 = 648 (100%)
R 196 of 648 ~ 30.25%
G 215 of 648 ~ 33.18%
B 237 of 648 ~ 36.57'%

%30.25
%33.18
%36.57

CMYK color model

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

  • cyan value is 17.30%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,9,0,7)
C17M9Y0K7 (17%, 9%, 0%, 7%)
(0.17 / 0.09 / 0.00 / 0.07)

CMYK percentages

%17.3
%9.28
%0
%7.06

Codes

Color #C4D7ED in popluar color models

C4 D7 ED
RGB 196 215 237
HSL 212° 53.25% 84.90%
HSB/HSV 212° 17.30% 92.94%
CMYK 17.30% 9.28% 0.00%
7.06%

Color #C4D7ED in popluar number systems.

HEX C4 D7 ED
Decimal 196 215 237
Binary 11000100 11010111 11101101
Octal 304 327 355

Shades and tints

Shades of #C4D7ED

#C4D7ED
(196,215,237)
#B3C4D8
(179,196,216)
#A2B1C3
(162,177,195)
#919EAE
(145,158,174)
#808B99
(128,139,153)
#6F7884
(111,120,132)
#5E656F
(94,101,111)
#4D525A
(77,82,90)
#3C3F45
(60,63,69)
#2B2C30
(43,44,48)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #C4D7ED

#C4D7ED
(196,215,237)
#C9DAEE
(201,218,238)
#CEDDEF
(206,221,239)
#D3E0F0
(211,224,240)
#D8E3F1
(216,227,241)
#DDE6F2
(221,230,242)
#E2E9F3
(226,233,243)
#E7ECF4
(231,236,244)
#ECEFF5
(236,239,245)
#F1F2F6
(241,242,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D7ED color. Also use rgb(196,215,237) instead hex code.

Text Font Color

.myTextColor { color: #C4D7ED; }

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

This text font color is #C4D7ED.

Background Color

.myBgColor { background-color: #C4D7ED; }

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

This div background color is #C4D7ED.

Border color

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

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

This div border color is #C4D7ED.

Opacity

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

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

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

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

This text has shadow with #C4D7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D7ED.

Preview

Color preview on black background

This text has color #C4D7ED on black background.


Color preview on white background

This text has color #C4D7ED on white background.


Black color preview on #C4D7ED background

This text has black color on #C4D7ED background.


White color preview on #C4D7ED background

This text has white color on #C4D7ED background.


Related colors

Complementary color

Complementary color for #hex is #3B2812.


I love getcolorcode.com

Triadic colors

1 #EDC4D7 and #D7EDC4 with #C4D7ED are triadic colors.

2 #EDD7C4 and #D7C4ED with #C4D7ED are triadic colors.