COLOR #C3CDF5

HEX: #C3CDF5 RGB: (195,205,245)

Color info

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

RGB color model

#C3CDF5 color RGB value is (195,205,245).

RGB: (195,205,245) (76%, 80%, 96%)

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 245 of 255 = 96%

195
205
245

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

Portions of RGB colors in percentages

R + G + B = 195 + 205 + 245 = 645 (100%)
R 195 of 645 ~ 30.23%
G 205 of 645 ~ 31.78%
B 245 of 645 ~ 37.98'%

%30.23
%31.78
%37.98

CMYK color model

#C3CDF5 color CMYK value is (20,16,0,4).

  • cyan value is 20.41%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (20,16,0,4) C20M16Y0K4 (20%,16%,0%,4%) (0.20/0.16/0.00/0.04) 

CMYK percentages

%20.41
%16.33
%0
%3.92

Codes

Color #C3CDF5 in popluar color models

C3 CD F5
RGB 195 205 245
HSL 228° 71.43% 86.27%
HSB/HSV 228° 20.41% 96.08%
CMYK 20.41% 16.33% 0.00%
3.92%

Color #C3CDF5 in popluar number systems.

HEX C3 CD F5
Decimal 195 205 245
Binary 11000011 11001101 11110101
Octal 303 315 365

Shades and tints

Shades of #C3CDF5

#C3CDF5
(195,205,245)
#B2BBDF
(178,187,223)
#A1A9C9
(161,169,201)
#9097B3
(144,151,179)
#7F859D
(127,133,157)
#6E7387
(110,115,135)
#5D6171
(93,97,113)
#4C4F5B
(76,79,91)
#3B3D45
(59,61,69)
#2A2B2F
(42,43,47)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3CDF5

#C3CDF5
(195,205,245)
#C8D1F5
(200,209,245)
#CDD5F5
(205,213,245)
#D2D9F5
(210,217,245)
#D7DDF5
(215,221,245)
#DCE1F5
(220,225,245)
#E1E5F5
(225,229,245)
#E6E9F5
(230,233,245)
#EBEDF5
(235,237,245)
#F0F1F5
(240,241,245)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CDF5 color. Also use rgb(195,205,245) instead hex code.

Text Font Color

.myTextColor { color: #C3CDF5; }

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

This text font color is #C3CDF5.

Background Color

.myBgColor { background-color: #C3CDF5; }

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

This div background color is #C3CDF5.

Border color

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

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

This div border color is #C3CDF5.

Opacity

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

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

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

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

This text has shadow with #C3CDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CDF5.

Preview

Color preview on black background

This text has color #C3CDF5 on black background.


Color preview on white background

This text has color #C3CDF5 on white background.


Black color preview on #C3CDF5 background

This text has black color on #C3CDF5 background.


White color preview on #C3CDF5 background

This text has white color on #C3CDF5 background.


Related colors

Complementary color

Complementary color for #hex is #3C320A.


I love getcolorcode.com

Triadic colors

1 #F5C3CD and #CDF5C3 with #C3CDF5 are triadic colors.

2 #F5CDC3 and #CDC3F5 with #C3CDF5 are triadic colors.