COLOR #C5EEFF

HEX: #C5EEFF RGB: (197,238,255)

Color info

#C5EEFF contains red, green and blue colors in about the same proportion. Web safe color of #C5EEFF is #CCFFFF (or #CFF).

RGB color model

#C5EEFF color RGB value is (197,238,255).

RGB: (197,238,255) (77%, 93%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 238 of 255 = 93%
B 255 of 255 = 100%

197
238
255

R + G + B ~ 90%. #C5EEFF is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 238 + 255 = 690 (100%)
R 197 of 690 ~ 28.55%
G 238 of 690 ~ 34.49%
B 255 of 690 ~ 36.96'%

%28.55
%34.49
%36.96

CMYK color model

#C5EEFF color CMYK value is (23,7,0,0).

  • cyan value is 22.75%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (23,7,0,0)
C23M7Y0K0 (23%, 7%, 0%, 0%)
(0.23 / 0.07 / 0.00 / 0.00)

CMYK percentages

%22.75
%6.67
%0
%0

Codes

Color #C5EEFF in popluar color models

C5 EE FF
RGB 197 238 255
HSL 198° 100.00% 88.63%
HSB/HSV 198° 22.75% 100.00%
CMYK 22.75% 6.67% 0.00%
0.00%

Color #C5EEFF in popluar number systems.

HEX C5 EE FF
Decimal 197 238 255
Binary 11000101 11101110 11111111
Octal 305 356 377

Shades and tints

Shades of #C5EEFF

#C5EEFF
(197,238,255)
#B4D9E8
(180,217,232)
#A3C4D1
(163,196,209)
#92AFBA
(146,175,186)
#819AA3
(129,154,163)
#70858C
(112,133,140)
#5F7075
(95,112,117)
#4E5B5E
(78,91,94)
#3D4647
(61,70,71)
#2C3130
(44,49,48)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #C5EEFF

#C5EEFF
(197,238,255)
#CAEFFF
(202,239,255)
#CFF0FF
(207,240,255)
#D4F1FF
(212,241,255)
#D9F2FF
(217,242,255)
#DEF3FF
(222,243,255)
#E3F4FF
(227,244,255)
#E8F5FF
(232,245,255)
#EDF6FF
(237,246,255)
#F2F7FF
(242,247,255)
#F7F8FF
(247,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EEFF color. Also use rgb(197,238,255) instead hex code.

Text Font Color

.myTextColor { color: #C5EEFF; }

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

This text font color is #C5EEFF.

Background Color

.myBgColor { background-color: #C5EEFF; }

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

This div background color is #C5EEFF.

Border color

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

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

This div border color is #C5EEFF.

Opacity

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

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

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

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

This text has shadow with #C5EEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EEFF.

Preview

Color preview on black background

This text has color #C5EEFF on black background.


Color preview on white background

This text has color #C5EEFF on white background.


Black color preview on #C5EEFF background

This text has black color on #C5EEFF background.


White color preview on #C5EEFF background

This text has white color on #C5EEFF background.


Related colors

Complementary color

Complementary color for #hex is #3A1100.


I love getcolorcode.com

Triadic colors

1 #FFC5EE and #EEFFC5 with #C5EEFF are triadic colors.

2 #FFEEC5 and #EEC5FF with #C5EEFF are triadic colors.