COLOR #C3DCDB

HEX: #C3DCDB
RGB: (195,220,219)

Color info

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

RGB color model

#C3DCDB color RGB value is (195,220,219).

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

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 219 of 255 = 86%

195
220
219

R + G + B ~ 83%. #C3DCDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 219 = 634 (100%)
R 195 of 634 ~ 30.76%
G 220 of 634 ~ 34.7%
B 219 of 634 ~ 34.54%

%30.76
%34.7
%34.54

CMYK color model

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

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(11,0,0,14)
C11M0Y0K14 
(11%,0%,0%,14%)
(0.11/0.00/0.00/0.14)	

CMYK percentages

%11.36
%0
%0.45
%13.73

Codes

Color #C3DCDB in popluar color models

C3DCDB
RGB195220219
HSL178°26.32%81.37%
HSB/HSV178°11.36%86.27%
CMYK11.36%0.00%0.45%
13.73%

Color #C3DCDB in popluar number systems.

HEXC3DCDB
Decimal195220219
Binary110000111101110011011011
Octal303334333

Shades and tints

Shades of #C3DCDB

#C3DCDB
(195,220,219)
#B2C8C8
(178,200,200)
#A1B4B5
(161,180,181)
#90A0A2
(144,160,162)
#7F8C8F
(127,140,143)
#6E787C
(110,120,124)
#5D6469
(93,100,105)
#4C5056
(76,80,86)
#3B3C43
(59,60,67)
#2A2830
(42,40,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #C3DCDB

#C3DCDB
(195,220,219)
#C8DFDE
(200,223,222)
#CDE2E1
(205,226,225)
#D2E5E4
(210,229,228)
#D7E8E7
(215,232,231)
#DCEBEA
(220,235,234)
#E1EEED
(225,238,237)
#E6F1F0
(230,241,240)
#EBF4F3
(235,244,243)
#F0F7F6
(240,247,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DCDB; }

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

This text font color is #C3DCDB.


Background Color

.myBgColor { background-color: #C3DCDB; }

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

This div background color is #C3DCDB.


Border color

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

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

This div border color is #C3DCDB.


Opacity

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

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

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

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

This text has shadow with #C3DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DCDB on black background.


Color preview on white background

This text has color #C3DCDB on white background.



Black color preview on #C3DCDB background

This text has black color on #C3DCDB background.


White color preview on #C3DCDB background

This text has white color on #C3DCDB background.