COLOR #C5CFE4

HEX: #C5CFE4 RGB: (197,207,228)

Color info

#C5CFE4 contains red, green and blue colors in about the same proportion. Web safe color of #C5CFE4 is #CCCCCC (or #CCC).

RGB color model

#C5CFE4 color RGB value is (197,207,228).

RGB: (197,207,228) (77%, 81%, 89%)

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 228 of 255 = 89%

197
207
228

R + G + B ~ 82%. #C5CFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 207 + 228 = 632 (100%)
R 197 of 632 ~ 31.17%
G 207 of 632 ~ 32.75%
B 228 of 632 ~ 36.08'%

%31.17
%32.75
%36.08

CMYK color model

#C5CFE4 color CMYK value is (14,9,0,11).

  • cyan value is 13.60%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (14,9,0,11)
C14M9Y0K11 (14%, 9%, 0%, 11%)
(0.14 / 0.09 / 0.00 / 0.11)

CMYK percentages

%13.6
%9.21
%0
%10.59

Codes

Color #C5CFE4 in popluar color models

C5 CF E4
RGB 197 207 228
HSL 221° 36.47% 83.33%
HSB/HSV 221° 13.60% 89.41%
CMYK 13.60% 9.21% 0.00%
10.59%

Color #C5CFE4 in popluar number systems.

HEX C5 CF E4
Decimal 197 207 228
Binary 11000101 11001111 11100100
Octal 305 317 344

Shades and tints

Shades of #C5CFE4

#C5CFE4
(197,207,228)
#B4BDD0
(180,189,208)
#A3ABBC
(163,171,188)
#9299A8
(146,153,168)
#818794
(129,135,148)
#707580
(112,117,128)
#5F636C
(95,99,108)
#4E5158
(78,81,88)
#3D3F44
(61,63,68)
#2C2D30
(44,45,48)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #C5CFE4

#C5CFE4
(197,207,228)
#CAD3E6
(202,211,230)
#CFD7E8
(207,215,232)
#D4DBEA
(212,219,234)
#D9DFEC
(217,223,236)
#DEE3EE
(222,227,238)
#E3E7F0
(227,231,240)
#E8EBF2
(232,235,242)
#EDEFF4
(237,239,244)
#F2F3F6
(242,243,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFE4; }

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

This text font color is #C5CFE4.

Background Color

.myBgColor { background-color: #C5CFE4; }

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

This div background color is #C5CFE4.

Border color

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

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

This div border color is #C5CFE4.

Opacity

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

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

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

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

This text has shadow with #C5CFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CFE4.

Preview

Color preview on black background

This text has color #C5CFE4 on black background.


Color preview on white background

This text has color #C5CFE4 on white background.


Black color preview on #C5CFE4 background

This text has black color on #C5CFE4 background.


White color preview on #C5CFE4 background

This text has white color on #C5CFE4 background.


Related colors

Complementary color

Complementary color for #hex is #3A301B.


I love getcolorcode.com

Triadic colors

1 #E4C5CF and #CFE4C5 with #C5CFE4 are triadic colors.

2 #E4CFC5 and #CFC5E4 with #C5CFE4 are triadic colors.