COLOR #C3CAEA

HEX: #C3CAEA RGB: (195,202,234)

Color info

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

RGB color model

#C3CAEA color RGB value is (195,202,234).

RGB: (195,202,234) (76%, 79%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 234 of 255 = 92%

195
202
234

R + G + B ~ 82%. #C3CAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 202 + 234 = 631 (100%)
R 195 of 631 ~ 30.9%
G 202 of 631 ~ 32.01%
B 234 of 631 ~ 37.08'%

%30.9
%32.01
%37.08

CMYK color model

#C3CAEA color CMYK value is (17,14,0,8).

  • cyan value is 16.67%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,14,0,8)
C17M14Y0K8 (17%, 14%, 0%, 8%)
(0.17 / 0.14 / 0.00 / 0.08)

CMYK percentages

%16.67
%13.68
%0
%8.24

Codes

Color #C3CAEA in popluar color models

C3 CA EA
RGB 195 202 234
HSL 229° 48.15% 84.12%
HSB/HSV 229° 16.67% 91.76%
CMYK 16.67% 13.68% 0.00%
8.24%

Color #C3CAEA in popluar number systems.

HEX C3 CA EA
Decimal 195 202 234
Binary 11000011 11001010 11101010
Octal 303 312 352

Shades and tints

Shades of #C3CAEA

#C3CAEA
(195,202,234)
#B2B8D5
(178,184,213)
#A1A6C0
(161,166,192)
#9094AB
(144,148,171)
#7F8296
(127,130,150)
#6E7081
(110,112,129)
#5D5E6C
(93,94,108)
#4C4C57
(76,76,87)
#3B3A42
(59,58,66)
#2A282D
(42,40,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3CAEA

#C3CAEA
(195,202,234)
#C8CEEB
(200,206,235)
#CDD2EC
(205,210,236)
#D2D6ED
(210,214,237)
#D7DAEE
(215,218,238)
#DCDEEF
(220,222,239)
#E1E2F0
(225,226,240)
#E6E6F1
(230,230,241)
#EBEAF2
(235,234,242)
#F0EEF3
(240,238,243)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CAEA color. Also use rgb(195,202,234) instead hex code.

Text Font Color

.myTextColor { color: #C3CAEA; }

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

This text font color is #C3CAEA.

Background Color

.myBgColor { background-color: #C3CAEA; }

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

This div background color is #C3CAEA.

Border color

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

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

This div border color is #C3CAEA.

Opacity

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

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

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

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

This text has shadow with #C3CAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CAEA.

Preview

Color preview on black background

This text has color #C3CAEA on black background.


Color preview on white background

This text has color #C3CAEA on white background.


Black color preview on #C3CAEA background

This text has black color on #C3CAEA background.


White color preview on #C3CAEA background

This text has white color on #C3CAEA background.


Related colors

Complementary color

Complementary color for #hex is #3C3515.


I love getcolorcode.com

Triadic colors

1 #EAC3CA and #CAEAC3 with #C3CAEA are triadic colors.

2 #EACAC3 and #CAC3EA with #C3CAEA are triadic colors.