COLOR #C4E5EB

HEX: #C4E5EB RGB: (196,229,235)

Color info

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

RGB color model

#C4E5EB color RGB value is (196,229,235).

RGB: (196,229,235) (77%, 90%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 229 of 255 = 90%
B 235 of 255 = 92%

196
229
235

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

Portions of RGB colors in percentages

R + G + B = 196 + 229 + 235 = 660 (100%)
R 196 of 660 ~ 29.7%
G 229 of 660 ~ 34.7%
B 235 of 660 ~ 35.61'%

%29.7
%34.7
%35.61

CMYK color model

#C4E5EB color CMYK value is (17,3,0,8).

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

CMYK: (17,3,0,8)
C17M3Y0K8 (17%, 3%, 0%, 8%)
(0.17 / 0.03 / 0.00 / 0.08)

CMYK percentages

%16.6
%2.55
%0
%7.84

Codes

Color #C4E5EB in popluar color models

C4 E5 EB
RGB 196 229 235
HSL 189° 49.37% 84.51%
HSB/HSV 189° 16.60% 92.16%
CMYK 16.60% 2.55% 0.00%
7.84%

Color #C4E5EB in popluar number systems.

HEX C4 E5 EB
Decimal 196 229 235
Binary 11000100 11100101 11101011
Octal 304 345 353

Shades and tints

Shades of #C4E5EB

#C4E5EB
(196,229,235)
#B3D1D6
(179,209,214)
#A2BDC1
(162,189,193)
#91A9AC
(145,169,172)
#809597
(128,149,151)
#6F8182
(111,129,130)
#5E6D6D
(94,109,109)
#4D5958
(77,89,88)
#3C4543
(60,69,67)
#2B312E
(43,49,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #C4E5EB

#C4E5EB
(196,229,235)
#C9E7EC
(201,231,236)
#CEE9ED
(206,233,237)
#D3EBEE
(211,235,238)
#D8EDEF
(216,237,239)
#DDEFF0
(221,239,240)
#E2F1F1
(226,241,241)
#E7F3F2
(231,243,242)
#ECF5F3
(236,245,243)
#F1F7F4
(241,247,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E5EB; }

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

This text font color is #C4E5EB.

Background Color

.myBgColor { background-color: #C4E5EB; }

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

This div background color is #C4E5EB.

Border color

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

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

This div border color is #C4E5EB.

Opacity

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

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

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

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

This text has shadow with #C4E5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E5EB.

Preview

Color preview on black background

This text has color #C4E5EB on black background.


Color preview on white background

This text has color #C4E5EB on white background.


Black color preview on #C4E5EB background

This text has black color on #C4E5EB background.


White color preview on #C4E5EB background

This text has white color on #C4E5EB background.


Related colors

Complementary color

Complementary color for #hex is #3B1A14.


I love getcolorcode.com

Triadic colors

1 #EBC4E5 and #E5EBC4 with #C4E5EB are triadic colors.

2 #EBE5C4 and #E5C4EB with #C4E5EB are triadic colors.