COLOR #C5CAF7

HEX: #C5CAF7 RGB: (197,202,247)

Color info

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

RGB color model

#C5CAF7 color RGB value is (197,202,247).

RGB: (197,202,247) (77%, 79%, 97%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 247 of 255 = 97%

197
202
247

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 247 = 646 (100%)
R 197 of 646 ~ 30.5%
G 202 of 646 ~ 31.27%
B 247 of 646 ~ 38.24'%

%30.5
%31.27
%38.24

CMYK color model

#C5CAF7 color CMYK value is (20,18,0,3).

  • cyan value is 20.24%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (20,18,0,3)
C20M18Y0K3 (20%, 18%, 0%, 3%)
(0.20 / 0.18 / 0.00 / 0.03)

CMYK percentages

%20.24
%18.22
%0
%3.14

Codes

Color #C5CAF7 in popluar color models

C5 CA F7
RGB 197 202 247
HSL 234° 75.76% 87.06%
HSB/HSV 234° 20.24% 96.86%
CMYK 20.24% 18.22% 0.00%
3.14%

Color #C5CAF7 in popluar number systems.

HEX C5 CA F7
Decimal 197 202 247
Binary 11000101 11001010 11110111
Octal 305 312 367

Shades and tints

Shades of #C5CAF7

#C5CAF7
(197,202,247)
#B4B8E1
(180,184,225)
#A3A6CB
(163,166,203)
#9294B5
(146,148,181)
#81829F
(129,130,159)
#707089
(112,112,137)
#5F5E73
(95,94,115)
#4E4C5D
(78,76,93)
#3D3A47
(61,58,71)
#2C2831
(44,40,49)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #C5CAF7

#C5CAF7
(197,202,247)
#CACEF7
(202,206,247)
#CFD2F7
(207,210,247)
#D4D6F7
(212,214,247)
#D9DAF7
(217,218,247)
#DEDEF7
(222,222,247)
#E3E2F7
(227,226,247)
#E8E6F7
(232,230,247)
#EDEAF7
(237,234,247)
#F2EEF7
(242,238,247)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CAF7 color. Also use rgb(197,202,247) instead hex code.

Text Font Color

.myTextColor { color: #C5CAF7; }

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

This text font color is #C5CAF7.

Background Color

.myBgColor { background-color: #C5CAF7; }

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

This div background color is #C5CAF7.

Border color

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

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

This div border color is #C5CAF7.

Opacity

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

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

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

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

This text has shadow with #C5CAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAF7.

Preview

Color preview on black background

This text has color #C5CAF7 on black background.


Color preview on white background

This text has color #C5CAF7 on white background.


Black color preview on #C5CAF7 background

This text has black color on #C5CAF7 background.


White color preview on #C5CAF7 background

This text has white color on #C5CAF7 background.


Related colors

Complementary color

Complementary color for #hex is #3A3508.


I love getcolorcode.com

Triadic colors

1 #F7C5CA and #CAF7C5 with #C5CAF7 are triadic colors.

2 #F7CAC5 and #CAC5F7 with #C5CAF7 are triadic colors.