COLOR #C3E2CB

HEX: #C3E2CB RGB: (195,226,203)

Color info

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

RGB color model

#C3E2CB color RGB value is (195,226,203).

RGB: (195,226,203) (76%, 89%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 203 of 255 = 80%

195
226
203

R + G + B ~ 82%. #C3E2CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 226 + 203 = 624 (100%)
R 195 of 624 ~ 31.25%
G 226 of 624 ~ 36.22%
B 203 of 624 ~ 32.53'%

%31.25
%36.22
%32.53

CMYK color model

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

  • cyan value is 13.72%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%

CMYK: (14,0,10,11)
C14M0Y10K11 (14%, 0%, 10%, 11%)
(0.14 / 0.00 / 0.10 / 0.11)

CMYK percentages

%13.72
%0
%10.18
%11.37

Codes

Color #C3E2CB in popluar color models

C3 E2 CB
RGB 195 226 203
HSL 135° 34.83% 82.55%
HSB/HSV 135° 13.72% 88.63%
CMYK 13.72% 0.00% 10.18%
11.37%

Color #C3E2CB in popluar number systems.

HEX C3 E2 CB
Decimal 195 226 203
Binary 11000011 11100010 11001011
Octal 303 342 313

Shades and tints

Shades of #C3E2CB

#C3E2CB
(195,226,203)
#B2CEB9
(178,206,185)
#A1BAA7
(161,186,167)
#90A695
(144,166,149)
#7F9283
(127,146,131)
#6E7E71
(110,126,113)
#5D6A5F
(93,106,95)
#4C564D
(76,86,77)
#3B423B
(59,66,59)
#2A2E29
(42,46,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #C3E2CB

#C3E2CB
(195,226,203)
#C8E4CF
(200,228,207)
#CDE6D3
(205,230,211)
#D2E8D7
(210,232,215)
#D7EADB
(215,234,219)
#DCECDF
(220,236,223)
#E1EEE3
(225,238,227)
#E6F0E7
(230,240,231)
#EBF2EB
(235,242,235)
#F0F4EF
(240,244,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E2CB color. Also use rgb(195,226,203) instead hex code.

Text Font Color

.myTextColor { color: #C3E2CB; }

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

This text font color is #C3E2CB.

Background Color

.myBgColor { background-color: #C3E2CB; }

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

This div background color is #C3E2CB.

Border color

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

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

This div border color is #C3E2CB.

Opacity

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

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

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

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

This text has shadow with #C3E2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E2CB.

Preview

Color preview on black background

This text has color #C3E2CB on black background.


Color preview on white background

This text has color #C3E2CB on white background.


Black color preview on #C3E2CB background

This text has black color on #C3E2CB background.


White color preview on #C3E2CB background

This text has white color on #C3E2CB background.


Related colors

Complementary color

Complementary color for #hex is #3C1D34.


I love getcolorcode.com

Triadic colors

1 #CBC3E2 and #E2CBC3 with #C3E2CB are triadic colors.

2 #CBE2C3 and #E2C3CB with #C3E2CB are triadic colors.