COLOR #C3D2BB

HEX: #C3D2BB RGB: (195,210,187)

Color info

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

RGB color model

#C3D2BB color RGB value is (195,210,187).

RGB: (195,210,187) (76%, 82%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 210 of 255 = 82%
B 187 of 255 = 73%

195
210
187

R + G + B ~ 77%. #C3D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 210 + 187 = 592 (100%)
R 195 of 592 ~ 32.94%
G 210 of 592 ~ 35.47%
B 187 of 592 ~ 31.59'%

%32.94
%35.47
%31.59

CMYK color model

#C3D2BB color CMYK value is (7,0,11,18).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%

CMYK: (7,0,11,18)
C7M0Y11K18 (7%, 0%, 11%, 18%)
(0.07 / 0.00 / 0.11 / 0.18)

CMYK percentages

%7.14
%0
%10.95
%17.65

Codes

Color #C3D2BB in popluar color models

C3 D2 BB
RGB 195 210 187
HSL 99° 20.35% 77.84%
HSB/HSV 99° 10.95% 82.35%
CMYK 7.14% 0.00% 10.95%
17.65%

Color #C3D2BB in popluar number systems.

HEX C3 D2 BB
Decimal 195 210 187
Binary 11000011 11010010 10111011
Octal 303 322 273

Shades and tints

Shades of #C3D2BB

#C3D2BB
(195,210,187)
#B2BFAA
(178,191,170)
#A1AC99
(161,172,153)
#909988
(144,153,136)
#7F8677
(127,134,119)
#6E7366
(110,115,102)
#5D6055
(93,96,85)
#4C4D44
(76,77,68)
#3B3A33
(59,58,51)
#2A2722
(42,39,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3D2BB

#C3D2BB
(195,210,187)
#C8D6C1
(200,214,193)
#CDDAC7
(205,218,199)
#D2DECD
(210,222,205)
#D7E2D3
(215,226,211)
#DCE6D9
(220,230,217)
#E1EADF
(225,234,223)
#E6EEE5
(230,238,229)
#EBF2EB
(235,242,235)
#F0F6F1
(240,246,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D2BB; }

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

This text font color is #C3D2BB.

Background Color

.myBgColor { background-color: #C3D2BB; }

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

This div background color is #C3D2BB.

Border color

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

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

This div border color is #C3D2BB.

Opacity

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

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

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

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

This text has shadow with #C3D2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D2BB.

Preview

Color preview on black background

This text has color #C3D2BB on black background.


Color preview on white background

This text has color #C3D2BB on white background.


Black color preview on #C3D2BB background

This text has black color on #C3D2BB background.


White color preview on #C3D2BB background

This text has white color on #C3D2BB background.


Related colors

Complementary color

Complementary color for #hex is #3C2D44.


I love getcolorcode.com

Triadic colors

1 #BBC3D2 and #D2BBC3 with #C3D2BB are triadic colors.

2 #BBD2C3 and #D2C3BB with #C3D2BB are triadic colors.