COLOR #C3CEDE

HEX: #C3CEDE
RGB: (195,206,222)

Color info

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

RGB color model

#C3CEDE color RGB value is (195,206,222).

  • red value is 195;
  • green value is 206;
  • blue value is 222.
RGB:
(195,206,222)
(76%,81%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 222 of 255 = 87%

195
206
222

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 222 = 623 (100%)
R 195 of 623 ~ 31.3%
G 206 of 623 ~ 33.07%
B 222 of 623 ~ 35.63%

%31.3
%33.07
%35.63

CMYK color model

#C3CEDE color CMYK value is (12,7,0,13).

  • cyan value is 12.16%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(12,7,0,13)
C12M7Y0K13 
(12%,7%,0%,13%)
(0.12/0.07/0.00/0.13)	

CMYK percentages

%12.16
%7.21
%0
%12.94

Codes

Color #C3CEDE in popluar color models

C3CEDE
RGB195206222
HSL216°29.03%81.76%
HSB/HSV216°12.16%87.06%
CMYK12.16%7.21%0.00%
12.94%

Color #C3CEDE in popluar number systems.

HEXC3CEDE
Decimal195206222
Binary110000111100111011011110
Octal303316336

Shades and tints

Shades of #C3CEDE

#C3CEDE
(195,206,222)
#B2BCCA
(178,188,202)
#A1AAB6
(161,170,182)
#9098A2
(144,152,162)
#7F868E
(127,134,142)
#6E747A
(110,116,122)
#5D6266
(93,98,102)
#4C5052
(76,80,82)
#3B3E3E
(59,62,62)
#2A2C2A
(42,44,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3CEDE

#C3CEDE
(195,206,222)
#C8D2E1
(200,210,225)
#CDD6E4
(205,214,228)
#D2DAE7
(210,218,231)
#D7DEEA
(215,222,234)
#DCE2ED
(220,226,237)
#E1E6F0
(225,230,240)
#E6EAF3
(230,234,243)
#EBEEF6
(235,238,246)
#F0F2F9
(240,242,249)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEDE; }

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

This text font color is #C3CEDE.


Background Color

.myBgColor { background-color: #C3CEDE; }

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

This div background color is #C3CEDE.


Border color

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

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

This div border color is #C3CEDE.


Opacity

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

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

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

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

This text has shadow with #C3CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEDE on black background.


Color preview on white background

This text has color #C3CEDE on white background.



Black color preview on #C3CEDE background

This text has black color on #C3CEDE background.


White color preview on #C3CEDE background

This text has white color on #C3CEDE background.