COLOR #C5CDEA

HEX: #C5CDEA RGB: (197,205,234)

Color info

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

RGB color model

#C5CDEA color RGB value is (197,205,234).

RGB: (197,205,234) (77%, 80%, 92%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 234 of 255 = 92%

197
205
234

R + G + B ~ 83%. #C5CDEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 234 = 636 (100%)
R 197 of 636 ~ 30.97%
G 205 of 636 ~ 32.23%
B 234 of 636 ~ 36.79'%

%30.97
%32.23
%36.79

CMYK color model

#C5CDEA color CMYK value is (16,12,0,8).

  • cyan value is 15.81%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (16,12,0,8) C16M12Y0K8 (16%,12%,0%,8%) (0.16/0.12/0.00/0.08) 

CMYK percentages

%15.81
%12.39
%0
%8.24

Codes

Color #C5CDEA in popluar color models

C5 CD EA
RGB 197 205 234
HSL 227° 46.84% 84.51%
HSB/HSV 227° 15.81% 91.76%
CMYK 15.81% 12.39% 0.00%
8.24%

Color #C5CDEA in popluar number systems.

HEX C5 CD EA
Decimal 197 205 234
Binary 11000101 11001101 11101010
Octal 305 315 352

Shades and tints

Shades of #C5CDEA

#C5CDEA
(197,205,234)
#B4BBD5
(180,187,213)
#A3A9C0
(163,169,192)
#9297AB
(146,151,171)
#818596
(129,133,150)
#707381
(112,115,129)
#5F616C
(95,97,108)
#4E4F57
(78,79,87)
#3D3D42
(61,61,66)
#2C2B2D
(44,43,45)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5CDEA

#C5CDEA
(197,205,234)
#CAD1EB
(202,209,235)
#CFD5EC
(207,213,236)
#D4D9ED
(212,217,237)
#D9DDEE
(217,221,238)
#DEE1EF
(222,225,239)
#E3E5F0
(227,229,240)
#E8E9F1
(232,233,241)
#EDEDF2
(237,237,242)
#F2F1F3
(242,241,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CDEA color. Also use rgb(197,205,234) instead hex code.

Text Font Color

.myTextColor { color: #C5CDEA; }

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

This text font color is #C5CDEA.

Background Color

.myBgColor { background-color: #C5CDEA; }

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

This div background color is #C5CDEA.

Border color

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

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

This div border color is #C5CDEA.

Opacity

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

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

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

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

This text has shadow with #C5CDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDEA.

Preview

Color preview on black background

This text has color #C5CDEA on black background.


Color preview on white background

This text has color #C5CDEA on white background.


Black color preview on #C5CDEA background

This text has black color on #C5CDEA background.


White color preview on #C5CDEA background

This text has white color on #C5CDEA background.


Related colors

Complementary color

Complementary color for #hex is #3A3215.


I love getcolorcode.com

Triadic colors

1 #EAC5CD and #CDEAC5 with #C5CDEA are triadic colors.

2 #EACDC5 and #CDC5EA with #C5CDEA are triadic colors.