COLOR #C3DBCE

HEX: #C3DBCE
RGB: (195,219,206)

Color info

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

RGB color model

#C3DBCE color RGB value is (195,219,206).

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

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 206 of 255 = 81%

195
219
206

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

Portions of RGB colors in percentages

R + G + B =
195 + 219 + 206 = 620 (100%)
R 195 of 620 ~ 31.45%
G 219 of 620 ~ 35.32%
B 206 of 620 ~ 33.23%

%31.45
%35.32
%33.23

CMYK color model

#C3DBCE color CMYK value is (11,0,6,14).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(11,0,6,14)
C11M0Y6K14 
(11%,0%,6%,14%)
(0.11/0.00/0.06/0.14)	

CMYK percentages

%10.96
%0
%5.94
%14.12

Codes

Color #C3DBCE in popluar color models

C3DBCE
RGB195219206
HSL148°25.00%81.18%
HSB/HSV148°10.96%85.88%
CMYK10.96%0.00%5.94%
14.12%

Color #C3DBCE in popluar number systems.

HEXC3DBCE
Decimal195219206
Binary110000111101101111001110
Octal303333316

Shades and tints

Shades of #C3DBCE

#C3DBCE
(195,219,206)
#B2C8BC
(178,200,188)
#A1B5AA
(161,181,170)
#90A298
(144,162,152)
#7F8F86
(127,143,134)
#6E7C74
(110,124,116)
#5D6962
(93,105,98)
#4C5650
(76,86,80)
#3B433E
(59,67,62)
#2A302C
(42,48,44)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #C3DBCE

#C3DBCE
(195,219,206)
#C8DED2
(200,222,210)
#CDE1D6
(205,225,214)
#D2E4DA
(210,228,218)
#D7E7DE
(215,231,222)
#DCEAE2
(220,234,226)
#E1EDE6
(225,237,230)
#E6F0EA
(230,240,234)
#EBF3EE
(235,243,238)
#F0F6F2
(240,246,242)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DBCE; }

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

This text font color is #C3DBCE.


Background Color

.myBgColor { background-color: #C3DBCE; }

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

This div background color is #C3DBCE.


Border color

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

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

This div border color is #C3DBCE.


Opacity

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

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

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

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

This text has shadow with #C3DBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DBCE on black background.


Color preview on white background

This text has color #C3DBCE on white background.



Black color preview on #C3DBCE background

This text has black color on #C3DBCE background.


White color preview on #C3DBCE background

This text has white color on #C3DBCE background.