COLOR #C4D3ED

HEX: #C4D3ED RGB: (196,211,237)

Color info

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

RGB color model

#C4D3ED color RGB value is (196,211,237).

RGB: (196,211,237) (77%, 83%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 211 of 255 = 83%
B 237 of 255 = 93%

196
211
237

R + G + B ~ 84%. #C4D3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 211 + 237 = 644 (100%)
R 196 of 644 ~ 30.43%
G 211 of 644 ~ 32.76%
B 237 of 644 ~ 36.8'%

%30.43
%32.76
%36.8

CMYK color model

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

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

CMYK: (17,11,0,7)
C17M11Y0K7 (17%, 11%, 0%, 7%)
(0.17 / 0.11 / 0.00 / 0.07)

CMYK percentages

%17.3
%10.97
%0
%7.06

Codes

Color #C4D3ED in popluar color models

C4 D3 ED
RGB 196 211 237
HSL 218° 53.25% 84.90%
HSB/HSV 218° 17.30% 92.94%
CMYK 17.30% 10.97% 0.00%
7.06%

Color #C4D3ED in popluar number systems.

HEX C4 D3 ED
Decimal 196 211 237
Binary 11000100 11010011 11101101
Octal 304 323 355

Shades and tints

Shades of #C4D3ED

#C4D3ED
(196,211,237)
#B3C0D8
(179,192,216)
#A2ADC3
(162,173,195)
#919AAE
(145,154,174)
#808799
(128,135,153)
#6F7484
(111,116,132)
#5E616F
(94,97,111)
#4D4E5A
(77,78,90)
#3C3B45
(60,59,69)
#2B2830
(43,40,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C4D3ED

#C4D3ED
(196,211,237)
#C9D7EE
(201,215,238)
#CEDBEF
(206,219,239)
#D3DFF0
(211,223,240)
#D8E3F1
(216,227,241)
#DDE7F2
(221,231,242)
#E2EBF3
(226,235,243)
#E7EFF4
(231,239,244)
#ECF3F5
(236,243,245)
#F1F7F6
(241,247,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D3ED; }

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

This text font color is #C4D3ED.

Background Color

.myBgColor { background-color: #C4D3ED; }

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

This div background color is #C4D3ED.

Border color

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

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

This div border color is #C4D3ED.

Opacity

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

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

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

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

This text has shadow with #C4D3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D3ED.

Preview

Color preview on black background

This text has color #C4D3ED on black background.


Color preview on white background

This text has color #C4D3ED on white background.


Black color preview on #C4D3ED background

This text has black color on #C4D3ED background.


White color preview on #C4D3ED background

This text has white color on #C4D3ED background.


Related colors

Complementary color

Complementary color for #hex is #3B2C12.


I love getcolorcode.com

Triadic colors

1 #EDC4D3 and #D3EDC4 with #C4D3ED are triadic colors.

2 #EDD3C4 and #D3C4ED with #C4D3ED are triadic colors.