COLOR #C5C8FE

HEX: #C5C8FE RGB: (197,200,254)

Color info

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

RGB color model

#C5C8FE color RGB value is (197,200,254).

RGB: (197,200,254) (77%, 78%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 254 of 255 = 100%

197
200
254

R + G + B ~ 85%. #C5C8FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 200 + 254 = 651 (100%)
R 197 of 651 ~ 30.26%
G 200 of 651 ~ 30.72%
B 254 of 651 ~ 39.02'%

%30.26
%30.72
%39.02

CMYK color model

#C5C8FE color CMYK value is (22,21,0,0).

  • cyan value is 22.44%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (22,21,0,0)
C22M21Y0K0 (22%, 21%, 0%, 0%)
(0.22 / 0.21 / 0.00 / 0.00)

CMYK percentages

%22.44
%21.26
%0
%0.39

Codes

Color #C5C8FE in popluar color models

C5 C8 FE
RGB 197 200 254
HSL 237° 96.61% 88.43%
HSB/HSV 237° 22.44% 99.61%
CMYK 22.44% 21.26% 0.00%
0.39%

Color #C5C8FE in popluar number systems.

HEX C5 C8 FE
Decimal 197 200 254
Binary 11000101 11001000 11111110
Octal 305 310 376

Shades and tints

Shades of #C5C8FE

#C5C8FE
(197,200,254)
#B4B6E7
(180,182,231)
#A3A4D0
(163,164,208)
#9292B9
(146,146,185)
#8180A2
(129,128,162)
#706E8B
(112,110,139)
#5F5C74
(95,92,116)
#4E4A5D
(78,74,93)
#3D3846
(61,56,70)
#2C262F
(44,38,47)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5C8FE

#C5C8FE
(197,200,254)
#CACDFE
(202,205,254)
#CFD2FE
(207,210,254)
#D4D7FE
(212,215,254)
#D9DCFE
(217,220,254)
#DEE1FE
(222,225,254)
#E3E6FE
(227,230,254)
#E8EBFE
(232,235,254)
#EDF0FE
(237,240,254)
#F2F5FE
(242,245,254)
#F7FAFE
(247,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C8FE color. Also use rgb(197,200,254) instead hex code.

Text Font Color

.myTextColor { color: #C5C8FE; }

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

This text font color is #C5C8FE.

Background Color

.myBgColor { background-color: #C5C8FE; }

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

This div background color is #C5C8FE.

Border color

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

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

This div border color is #C5C8FE.

Opacity

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

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

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

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

This text has shadow with #C5C8FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C8FE.

Preview

Color preview on black background

This text has color #C5C8FE on black background.


Color preview on white background

This text has color #C5C8FE on white background.


Black color preview on #C5C8FE background

This text has black color on #C5C8FE background.


White color preview on #C5C8FE background

This text has white color on #C5C8FE background.


Related colors

Complementary color

Complementary color for #hex is #3A3701.


I love getcolorcode.com

Triadic colors

1 #FEC5C8 and #C8FEC5 with #C5C8FE are triadic colors.

2 #FEC8C5 and #C8C5FE with #C5C8FE are triadic colors.