COLOR #C3CBDA

HEX: #C3CBDA RGB: (195,203,218)

Color info

#C3CBDA contains red, green and blue colors in about the same proportion. Web safe color of #C3CBDA is #CCCCCC (or #CCC).

RGB color model

#C3CBDA color RGB value is (195,203,218).

RGB: (195,203,218) (76%, 80%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 218 of 255 = 85%

195
203
218

R + G + B ~ 80%. #C3CBDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 203 + 218 = 616 (100%)
R 195 of 616 ~ 31.66%
G 203 of 616 ~ 32.95%
B 218 of 616 ~ 35.39'%

%31.66
%32.95
%35.39

CMYK color model

#C3CBDA color CMYK value is (11,7,0,15).

  • cyan value is 10.55%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (11,7,0,15)
C11M7Y0K15 (11%, 7%, 0%, 15%)
(0.11 / 0.07 / 0.00 / 0.15)

CMYK percentages

%10.55
%6.88
%0
%14.51

Codes

Color #C3CBDA in popluar color models

C3 CB DA
RGB 195 203 218
HSL 219° 23.71% 80.98%
HSB/HSV 219° 10.55% 85.49%
CMYK 10.55% 6.88% 0.00%
14.51%

Color #C3CBDA in popluar number systems.

HEX C3 CB DA
Decimal 195 203 218
Binary 11000011 11001011 11011010
Octal 303 313 332

Shades and tints

Shades of #C3CBDA

#C3CBDA
(195,203,218)
#B2B9C7
(178,185,199)
#A1A7B4
(161,167,180)
#9095A1
(144,149,161)
#7F838E
(127,131,142)
#6E717B
(110,113,123)
#5D5F68
(93,95,104)
#4C4D55
(76,77,85)
#3B3B42
(59,59,66)
#2A292F
(42,41,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #C3CBDA

#C3CBDA
(195,203,218)
#C8CFDD
(200,207,221)
#CDD3E0
(205,211,224)
#D2D7E3
(210,215,227)
#D7DBE6
(215,219,230)
#DCDFE9
(220,223,233)
#E1E3EC
(225,227,236)
#E6E7EF
(230,231,239)
#EBEBF2
(235,235,242)
#F0EFF5
(240,239,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CBDA color. Also use rgb(195,203,218) instead hex code.

Text Font Color

.myTextColor { color: #C3CBDA; }

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

This text font color is #C3CBDA.

Background Color

.myBgColor { background-color: #C3CBDA; }

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

This div background color is #C3CBDA.

Border color

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

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

This div border color is #C3CBDA.

Opacity

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

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

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

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

This text has shadow with #C3CBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CBDA.

Preview

Color preview on black background

This text has color #C3CBDA on black background.


Color preview on white background

This text has color #C3CBDA on white background.


Black color preview on #C3CBDA background

This text has black color on #C3CBDA background.


White color preview on #C3CBDA background

This text has white color on #C3CBDA background.


Related colors

Complementary color

Complementary color for #hex is #3C3425.


I love getcolorcode.com

Triadic colors

1 #DAC3CB and #CBDAC3 with #C3CBDA are triadic colors.

2 #DACBC3 and #CBC3DA with #C3CBDA are triadic colors.