COLOR #C5CFEE

HEX: #C5CFEE
RGB: (197,207,238)

Color info

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

RGB color model

#C5CFEE color RGB value is (197,207,238).

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

RGB channels and saturation

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

197
207
238

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

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 238 = 642 (100%)
R 197 of 642 ~ 30.69%
G 207 of 642 ~ 32.24%
B 238 of 642 ~ 37.07%

%30.69
%32.24
%37.07

CMYK color model

#C5CFEE color CMYK value is (17,13,0,7).

  • cyan value is 17.23%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,13,0,7)
C17M13Y0K7 
(17%,13%,0%,7%)
(0.17/0.13/0.00/0.07)	

CMYK percentages

%17.23
%13.03
%0
%6.67

Codes

Color #C5CFEE in popluar color models

C5CFEE
RGB197207238
HSL225°54.67%85.29%
HSB/HSV225°17.23%93.33%
CMYK17.23%13.03%0.00%
6.67%

Color #C5CFEE in popluar number systems.

HEXC5CFEE
Decimal197207238
Binary110001011100111111101110
Octal305317356

Shades and tints

Shades of #C5CFEE

#C5CFEE
(197,207,238)
#B4BDD9
(180,189,217)
#A3ABC4
(163,171,196)
#9299AF
(146,153,175)
#81879A
(129,135,154)
#707585
(112,117,133)
#5F6370
(95,99,112)
#4E515B
(78,81,91)
#3D3F46
(61,63,70)
#2C2D31
(44,45,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #C5CFEE

#C5CFEE
(197,207,238)
#CAD3EF
(202,211,239)
#CFD7F0
(207,215,240)
#D4DBF1
(212,219,241)
#D9DFF2
(217,223,242)
#DEE3F3
(222,227,243)
#E3E7F4
(227,231,244)
#E8EBF5
(232,235,245)
#EDEFF6
(237,239,246)
#F2F3F7
(242,243,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFEE; }

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

This text font color is #C5CFEE.


Background Color

.myBgColor { background-color: #C5CFEE; }

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

This div background color is #C5CFEE.


Border color

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

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

This div border color is #C5CFEE.


Opacity

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

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

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

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

This text has shadow with #C5CFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFEE on black background.


Color preview on white background

This text has color #C5CFEE on white background.



Black color preview on #C5CFEE background

This text has black color on #C5CFEE background.


White color preview on #C5CFEE background

This text has white color on #C5CFEE background.