COLOR #C4D5EB

HEX: #C4D5EB RGB: (196,213,235)

Color info

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

RGB color model

#C4D5EB color RGB value is (196,213,235).

RGB: (196,213,235) (77%, 84%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 213 of 255 = 84%
B 235 of 255 = 92%

196
213
235

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

Portions of RGB colors in percentages

R + G + B = 196 + 213 + 235 = 644 (100%)
R 196 of 644 ~ 30.43%
G 213 of 644 ~ 33.07%
B 235 of 644 ~ 36.49'%

%30.43
%33.07
%36.49

CMYK color model

#C4D5EB color CMYK value is (17,9,0,8).

  • cyan value is 16.60%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (17,9,0,8)
C17M9Y0K8 (17%, 9%, 0%, 8%)
(0.17 / 0.09 / 0.00 / 0.08)

CMYK percentages

%16.6
%9.36
%0
%7.84

Codes

Color #C4D5EB in popluar color models

C4 D5 EB
RGB 196 213 235
HSL 214° 49.37% 84.51%
HSB/HSV 214° 16.60% 92.16%
CMYK 16.60% 9.36% 0.00%
7.84%

Color #C4D5EB in popluar number systems.

HEX C4 D5 EB
Decimal 196 213 235
Binary 11000100 11010101 11101011
Octal 304 325 353

Shades and tints

Shades of #C4D5EB

#C4D5EB
(196,213,235)
#B3C2D6
(179,194,214)
#A2AFC1
(162,175,193)
#919CAC
(145,156,172)
#808997
(128,137,151)
#6F7682
(111,118,130)
#5E636D
(94,99,109)
#4D5058
(77,80,88)
#3C3D43
(60,61,67)
#2B2A2E
(43,42,46)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4D5EB

#C4D5EB
(196,213,235)
#C9D8EC
(201,216,236)
#CEDBED
(206,219,237)
#D3DEEE
(211,222,238)
#D8E1EF
(216,225,239)
#DDE4F0
(221,228,240)
#E2E7F1
(226,231,241)
#E7EAF2
(231,234,242)
#ECEDF3
(236,237,243)
#F1F0F4
(241,240,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D5EB color. Also use rgb(196,213,235) instead hex code.

Text Font Color

.myTextColor { color: #C4D5EB; }

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

This text font color is #C4D5EB.

Background Color

.myBgColor { background-color: #C4D5EB; }

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

This div background color is #C4D5EB.

Border color

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

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

This div border color is #C4D5EB.

Opacity

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

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

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

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

This text has shadow with #C4D5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D5EB.

Preview

Color preview on black background

This text has color #C4D5EB on black background.


Color preview on white background

This text has color #C4D5EB on white background.


Black color preview on #C4D5EB background

This text has black color on #C4D5EB background.


White color preview on #C4D5EB background

This text has white color on #C4D5EB background.


Related colors

Complementary color

Complementary color for #hex is #3B2A14.


I love getcolorcode.com

Triadic colors

1 #EBC4D5 and #D5EBC4 with #C4D5EB are triadic colors.

2 #EBD5C4 and #D5C4EB with #C4D5EB are triadic colors.