COLOR #C3CBDE

HEX: #C3CBDE RGB: (195,203,222)

Color info

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

RGB color model

#C3CBDE color RGB value is (195,203,222).

RGB: (195,203,222) (76%, 80%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 222 of 255 = 87%

195
203
222

R + G + B ~ 81%. #C3CBDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 203 + 222 = 620 (100%)
R 195 of 620 ~ 31.45%
G 203 of 620 ~ 32.74%
B 222 of 620 ~ 35.81'%

%31.45
%32.74
%35.81

CMYK color model

#C3CBDE color CMYK value is (12,9,0,13).

  • cyan value is 12.16%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,9,0,13)
C12M9Y0K13 (12%, 9%, 0%, 13%)
(0.12 / 0.09 / 0.00 / 0.13)

CMYK percentages

%12.16
%8.56
%0
%12.94

Codes

Color #C3CBDE in popluar color models

C3 CB DE
RGB 195 203 222
HSL 222° 29.03% 81.76%
HSB/HSV 222° 12.16% 87.06%
CMYK 12.16% 8.56% 0.00%
12.94%

Color #C3CBDE in popluar number systems.

HEX C3 CB DE
Decimal 195 203 222
Binary 11000011 11001011 11011110
Octal 303 313 336

Shades and tints

Shades of #C3CBDE

#C3CBDE
(195,203,222)
#B2B9CA
(178,185,202)
#A1A7B6
(161,167,182)
#9095A2
(144,149,162)
#7F838E
(127,131,142)
#6E717A
(110,113,122)
#5D5F66
(93,95,102)
#4C4D52
(76,77,82)
#3B3B3E
(59,59,62)
#2A292A
(42,41,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3CBDE

#C3CBDE
(195,203,222)
#C8CFE1
(200,207,225)
#CDD3E4
(205,211,228)
#D2D7E7
(210,215,231)
#D7DBEA
(215,219,234)
#DCDFED
(220,223,237)
#E1E3F0
(225,227,240)
#E6E7F3
(230,231,243)
#EBEBF6
(235,235,246)
#F0EFF9
(240,239,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBDE; }

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

This text font color is #C3CBDE.

Background Color

.myBgColor { background-color: #C3CBDE; }

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

This div background color is #C3CBDE.

Border color

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

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

This div border color is #C3CBDE.

Opacity

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

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

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

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

This text has shadow with #C3CBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CBDE.

Preview

Color preview on black background

This text has color #C3CBDE on black background.


Color preview on white background

This text has color #C3CBDE on white background.


Black color preview on #C3CBDE background

This text has black color on #C3CBDE background.


White color preview on #C3CBDE background

This text has white color on #C3CBDE background.


Related colors

Complementary color

Complementary color for #hex is #3C3421.


I love getcolorcode.com

Triadic colors

1 #DEC3CB and #CBDEC3 with #C3CBDE are triadic colors.

2 #DECBC3 and #CBC3DE with #C3CBDE are triadic colors.