COLOR #C3DDBB

HEX: #C3DDBB
RGB: (195,221,187)

Color info

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

RGB color model

#C3DDBB color RGB value is (195,221,187).

  • red value is 195;
  • green value is 221;
  • blue value is 187.
RGB:
(195,221,187)
(76%,87%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 187 of 255 = 73%

195
221
187

R + G + B ~ 79%. #C3DDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 187 = 603 (100%)
R 195 of 603 ~ 32.34%
G 221 of 603 ~ 36.65%
B 187 of 603 ~ 31.01%

%32.34
%36.65
%31.01

CMYK color model

#C3DDBB color CMYK value is (12,0,15,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(12,0,15,13)
C12M0Y15K13 
(12%,0%,15%,13%)
(0.12/0.00/0.15/0.13)	

CMYK percentages

%11.76
%0
%15.38
%13.33

Codes

Color #C3DDBB in popluar color models

C3DDBB
RGB195221187
HSL106°33.33%80.00%
HSB/HSV106°15.38%86.67%
CMYK11.76%0.00%15.38%
13.33%

Color #C3DDBB in popluar number systems.

HEXC3DDBB
Decimal195221187
Binary110000111101110110111011
Octal303335273

Shades and tints

Shades of #C3DDBB

#C3DDBB
(195,221,187)
#B2C9AA
(178,201,170)
#A1B599
(161,181,153)
#90A188
(144,161,136)
#7F8D77
(127,141,119)
#6E7966
(110,121,102)
#5D6555
(93,101,85)
#4C5144
(76,81,68)
#3B3D33
(59,61,51)
#2A2922
(42,41,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C3DDBB

#C3DDBB
(195,221,187)
#C8E0C1
(200,224,193)
#CDE3C7
(205,227,199)
#D2E6CD
(210,230,205)
#D7E9D3
(215,233,211)
#DCECD9
(220,236,217)
#E1EFDF
(225,239,223)
#E6F2E5
(230,242,229)
#EBF5EB
(235,245,235)
#F0F8F1
(240,248,241)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DDBB color. Also use rgb(195,221,187) instead hex code.

Text Font Color

.myTextColor { color: #C3DDBB; }

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

This text font color is #C3DDBB.


Background Color

.myBgColor { background-color: #C3DDBB; }

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

This div background color is #C3DDBB.


Border color

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

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

This div border color is #C3DDBB.


Opacity

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

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

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

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

This text has shadow with #C3DDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDBB on black background.


Color preview on white background

This text has color #C3DDBB on white background.



Black color preview on #C3DDBB background

This text has black color on #C3DDBB background.


White color preview on #C3DDBB background

This text has white color on #C3DDBB background.