COLOR #C5CFED

HEX: #C5CFED
RGB: (197,207,237)

Color info

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

RGB color model

#C5CFED color RGB value is (197,207,237).

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

RGB channels and saturation

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

197
207
237

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

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 237 = 641 (100%)
R 197 of 641 ~ 30.73%
G 207 of 641 ~ 32.29%
B 237 of 641 ~ 36.97%

%30.73
%32.29
%36.97

CMYK color model

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

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

CMYK percentages

%16.88
%12.66
%0
%7.06

Codes

Color #C5CFED in popluar color models

C5CFED
RGB197207237
HSL225°52.63%85.10%
HSB/HSV225°16.88%92.94%
CMYK16.88%12.66%0.00%
7.06%

Color #C5CFED in popluar number systems.

HEXC5CFED
Decimal197207237
Binary110001011100111111101101
Octal305317355

Shades and tints

Shades of #C5CFED

#C5CFED
(197,207,237)
#B4BDD8
(180,189,216)
#A3ABC3
(163,171,195)
#9299AE
(146,153,174)
#818799
(129,135,153)
#707584
(112,117,132)
#5F636F
(95,99,111)
#4E515A
(78,81,90)
#3D3F45
(61,63,69)
#2C2D30
(44,45,48)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #C5CFED

#C5CFED
(197,207,237)
#CAD3EE
(202,211,238)
#CFD7EF
(207,215,239)
#D4DBF0
(212,219,240)
#D9DFF1
(217,223,241)
#DEE3F2
(222,227,242)
#E3E7F3
(227,231,243)
#E8EBF4
(232,235,244)
#EDEFF5
(237,239,245)
#F2F3F6
(242,243,246)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFED; }

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

This text font color is #C5CFED.


Background Color

.myBgColor { background-color: #C5CFED; }

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

This div background color is #C5CFED.


Border color

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

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

This div border color is #C5CFED.


Opacity

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

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

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

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

This text has shadow with #C5CFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFED on black background.


Color preview on white background

This text has color #C5CFED on white background.



Black color preview on #C5CFED background

This text has black color on #C5CFED background.


White color preview on #C5CFED background

This text has white color on #C5CFED background.