COLOR #C3EAB9

HEX: #C3EAB9 RGB: (195,234,185)

Color info

#C3EAB9 contains red, green and blue colors in about the same proportion. Web safe color of #C3EAB9 is #CCFFCC (or #CFC).

RGB color model

#C3EAB9 color RGB value is (195,234,185).

RGB: (195,234,185) (76%, 92%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 234 of 255 = 92%
B 185 of 255 = 73%

195
234
185

R + G + B ~ 80%. #C3EAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 234 + 185 = 614 (100%)
R 195 of 614 ~ 31.76%
G 234 of 614 ~ 38.11%
B 185 of 614 ~ 30.13'%

%31.76
%38.11
%30.13

CMYK color model

#C3EAB9 color CMYK value is (17,0,21,8).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 8.24%
CMYK: (17,0,21,8) C17M0Y21K8 (17%,0%,21%,8%) (0.17/0.00/0.21/0.08) 

CMYK percentages

%16.67
%0
%20.94
%8.24

Codes

Color #C3EAB9 in popluar color models

C3 EA B9
RGB 195 234 185
HSL 108° 53.85% 82.16%
HSB/HSV 108° 20.94% 91.76%
CMYK 16.67% 0.00% 20.94%
8.24%

Color #C3EAB9 in popluar number systems.

HEX C3 EA B9
Decimal 195 234 185
Binary 11000011 11101010 10111001
Octal 303 352 271

Shades and tints

Shades of #C3EAB9

#C3EAB9
(195,234,185)
#B2D5A9
(178,213,169)
#A1C099
(161,192,153)
#90AB89
(144,171,137)
#7F9679
(127,150,121)
#6E8169
(110,129,105)
#5D6C59
(93,108,89)
#4C5749
(76,87,73)
#3B4239
(59,66,57)
#2A2D29
(42,45,41)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3EAB9

#C3EAB9
(195,234,185)
#C8EBBF
(200,235,191)
#CDECC5
(205,236,197)
#D2EDCB
(210,237,203)
#D7EED1
(215,238,209)
#DCEFD7
(220,239,215)
#E1F0DD
(225,240,221)
#E6F1E3
(230,241,227)
#EBF2E9
(235,242,233)
#F0F3EF
(240,243,239)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EAB9; }

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

This text font color is #C3EAB9.

Background Color

.myBgColor { background-color: #C3EAB9; }

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

This div background color is #C3EAB9.

Border color

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

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

This div border color is #C3EAB9.

Opacity

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

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

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

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

This text has shadow with #C3EAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EAB9.

Preview

Color preview on black background

This text has color #C3EAB9 on black background.


Color preview on white background

This text has color #C3EAB9 on white background.


Black color preview on #C3EAB9 background

This text has black color on #C3EAB9 background.


White color preview on #C3EAB9 background

This text has white color on #C3EAB9 background.


Related colors

Complementary color

Complementary color for #hex is #3C1546.


I love getcolorcode.com

Triadic colors

1 #B9C3EA and #EAB9C3 with #C3EAB9 are triadic colors.

2 #B9EAC3 and #EAC3B9 with #C3EAB9 are triadic colors.