COLOR #C5C9FF

HEX: #C5C9FF RGB: (197,201,255)

Color info

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

RGB color model

#C5C9FF color RGB value is (197,201,255).

RGB: (197,201,255) (77%, 79%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 255 of 255 = 100%

197
201
255

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

Portions of RGB colors in percentages

R + G + B = 197 + 201 + 255 = 653 (100%)
R 197 of 653 ~ 30.17%
G 201 of 653 ~ 30.78%
B 255 of 653 ~ 39.05'%

%30.17
%30.78
%39.05

CMYK color model

#C5C9FF color CMYK value is (23,21,0,0).

  • cyan value is 22.75%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (23,21,0,0) C23M21Y0K0 (23%,21%,0%,0%) (0.23/0.21/0.00/0.00) 

CMYK percentages

%22.75
%21.18
%0
%0

Codes

Color #C5C9FF in popluar color models

C5 C9 FF
RGB 197 201 255
HSL 236° 100.00% 88.63%
HSB/HSV 236° 22.75% 100.00%
CMYK 22.75% 21.18% 0.00%
0.00%

Color #C5C9FF in popluar number systems.

HEX C5 C9 FF
Decimal 197 201 255
Binary 11000101 11001001 11111111
Octal 305 311 377

Shades and tints

Shades of #C5C9FF

#C5C9FF
(197,201,255)
#B4B7E8
(180,183,232)
#A3A5D1
(163,165,209)
#9293BA
(146,147,186)
#8181A3
(129,129,163)
#706F8C
(112,111,140)
#5F5D75
(95,93,117)
#4E4B5E
(78,75,94)
#3D3947
(61,57,71)
#2C2730
(44,39,48)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5C9FF

#C5C9FF
(197,201,255)
#CACDFF
(202,205,255)
#CFD1FF
(207,209,255)
#D4D5FF
(212,213,255)
#D9D9FF
(217,217,255)
#DEDDFF
(222,221,255)
#E3E1FF
(227,225,255)
#E8E5FF
(232,229,255)
#EDE9FF
(237,233,255)
#F2EDFF
(242,237,255)
#F7F1FF
(247,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C9FF color. Also use rgb(197,201,255) instead hex code.

Text Font Color

.myTextColor { color: #C5C9FF; }

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

This text font color is #C5C9FF.

Background Color

.myBgColor { background-color: #C5C9FF; }

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

This div background color is #C5C9FF.

Border color

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

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

This div border color is #C5C9FF.

Opacity

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

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

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

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

This text has shadow with #C5C9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C9FF.

Preview

Color preview on black background

This text has color #C5C9FF on black background.


Color preview on white background

This text has color #C5C9FF on white background.


Black color preview on #C5C9FF background

This text has black color on #C5C9FF background.


White color preview on #C5C9FF background

This text has white color on #C5C9FF background.


Related colors

Complementary color

Complementary color for #hex is #3A3600.


I love getcolorcode.com

Triadic colors

1 #FFC5C9 and #C9FFC5 with #C5C9FF are triadic colors.

2 #FFC9C5 and #C9C5FF with #C5C9FF are triadic colors.