COLOR #C5ECCF

HEX: #C5ECCF
RGB: (197,236,207)

Color info

#C5ECCF contains red, green and blue colors in about the same proportion. Web safe color of #C5ECCF is #CCFFCC (or #CFC).

RGB color model

#C5ECCF color RGB value is (197,236,207).

  • red value is 197;
  • green value is 236;
  • blue value is 207.
RGB:
(197,236,207)
(77%,93%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 236 of 255 = 93%
B 207 of 255 = 81%

197
236
207

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

Portions of RGB colors in percentages

R + G + B =
197 + 236 + 207 = 640 (100%)
R 197 of 640 ~ 30.78%
G 236 of 640 ~ 36.88%
B 207 of 640 ~ 32.34%

%30.78
%36.88
%32.34

CMYK color model

#C5ECCF color CMYK value is (17,0,12,7).

  • cyan value is 16.53%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 7.45%
CMYK:
(17,0,12,7)
C17M0Y12K7 
(17%,0%,12%,7%)
(0.17/0.00/0.12/0.07)	

CMYK percentages

%16.53
%0
%12.29
%7.45

Codes

Color #C5ECCF in popluar color models

C5ECCF
RGB197236207
HSL135°50.65%84.90%
HSB/HSV135°16.53%92.55%
CMYK16.53%0.00%12.29%
7.45%

Color #C5ECCF in popluar number systems.

HEXC5ECCF
Decimal197236207
Binary110001011110110011001111
Octal305354317

Shades and tints

Shades of #C5ECCF

#C5ECCF
(197,236,207)
#B4D7BD
(180,215,189)
#A3C2AB
(163,194,171)
#92AD99
(146,173,153)
#819887
(129,152,135)
#708375
(112,131,117)
#5F6E63
(95,110,99)
#4E5951
(78,89,81)
#3D443F
(61,68,63)
#2C2F2D
(44,47,45)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #C5ECCF

#C5ECCF
(197,236,207)
#CAEDD3
(202,237,211)
#CFEED7
(207,238,215)
#D4EFDB
(212,239,219)
#D9F0DF
(217,240,223)
#DEF1E3
(222,241,227)
#E3F2E7
(227,242,231)
#E8F3EB
(232,243,235)
#EDF4EF
(237,244,239)
#F2F5F3
(242,245,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ECCF color. Also use rgb(197,236,207) instead hex code.

Text Font Color

.myTextColor { color: #C5ECCF; }

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

This text font color is #C5ECCF.


Background Color

.myBgColor { background-color: #C5ECCF; }

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

This div background color is #C5ECCF.


Border color

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

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

This div border color is #C5ECCF.


Opacity

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

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

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

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

This text has shadow with #C5ECCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ECCF on black background.


Color preview on white background

This text has color #C5ECCF on white background.



Black color preview on #C5ECCF background

This text has black color on #C5ECCF background.


White color preview on #C5ECCF background

This text has white color on #C5ECCF background.