COLOR #C3DEB9

HEX: #C3DEB9 RGB: (195,222,185)

Color info

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

RGB color model

#C3DEB9 color RGB value is (195,222,185).

RGB: (195,222,185) (76%, 87%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 185 of 255 = 73%

195
222
185

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

Portions of RGB colors in percentages

R + G + B = 195 + 222 + 185 = 602 (100%)
R 195 of 602 ~ 32.39%
G 222 of 602 ~ 36.88%
B 185 of 602 ~ 30.73'%

%32.39
%36.88
%30.73

CMYK color model

#C3DEB9 color CMYK value is (12,0,17,13).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK: (12,0,17,13) C12M0Y17K13 (12%,0%,17%,13%) (0.12/0.00/0.17/0.13) 

CMYK percentages

%12.16
%0
%16.67
%12.94

Codes

Color #C3DEB9 in popluar color models

C3 DE B9
RGB 195 222 185
HSL 104° 35.92% 79.80%
HSB/HSV 104° 16.67% 87.06%
CMYK 12.16% 0.00% 16.67%
12.94%

Color #C3DEB9 in popluar number systems.

HEX C3 DE B9
Decimal 195 222 185
Binary 11000011 11011110 10111001
Octal 303 336 271

Shades and tints

Shades of #C3DEB9

#C3DEB9
(195,222,185)
#B2CAA9
(178,202,169)
#A1B699
(161,182,153)
#90A289
(144,162,137)
#7F8E79
(127,142,121)
#6E7A69
(110,122,105)
#5D6659
(93,102,89)
#4C5249
(76,82,73)
#3B3E39
(59,62,57)
#2A2A29
(42,42,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #C3DEB9

#C3DEB9
(195,222,185)
#C8E1BF
(200,225,191)
#CDE4C5
(205,228,197)
#D2E7CB
(210,231,203)
#D7EAD1
(215,234,209)
#DCEDD7
(220,237,215)
#E1F0DD
(225,240,221)
#E6F3E3
(230,243,227)
#EBF6E9
(235,246,233)
#F0F9EF
(240,249,239)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DEB9 color. Also use rgb(195,222,185) instead hex code.

Text Font Color

.myTextColor { color: #C3DEB9; }

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

This text font color is #C3DEB9.

Background Color

.myBgColor { background-color: #C3DEB9; }

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

This div background color is #C3DEB9.

Border color

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

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

This div border color is #C3DEB9.

Opacity

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

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

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

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

This text has shadow with #C3DEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DEB9.

Preview

Color preview on black background

This text has color #C3DEB9 on black background.


Color preview on white background

This text has color #C3DEB9 on white background.


Black color preview on #C3DEB9 background

This text has black color on #C3DEB9 background.


White color preview on #C3DEB9 background

This text has white color on #C3DEB9 background.


Related colors

Complementary color

Complementary color for #hex is #3C2146.


I love getcolorcode.com

Triadic colors

1 #B9C3DE and #DEB9C3 with #C3DEB9 are triadic colors.

2 #B9DEC3 and #DEC3B9 with #C3DEB9 are triadic colors.