COLOR #C3EABB

HEX: #C3EABB RGB: (195,234,187)

Color info

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

RGB color model

#C3EABB color RGB value is (195,234,187).

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

RGB channels and saturation

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

195
234
187

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

Portions of RGB colors in percentages

R + G + B = 195 + 234 + 187 = 616 (100%)
R 195 of 616 ~ 31.66%
G 234 of 616 ~ 37.99%
B 187 of 616 ~ 30.36'%

%31.66
%37.99
%30.36

CMYK color model

#C3EABB color CMYK value is (17,0,20,8).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 8.24%

CMYK: (17,0,20,8)
C17M0Y20K8 (17%, 0%, 20%, 8%)
(0.17 / 0.00 / 0.20 / 0.08)

CMYK percentages

%16.67
%0
%20.09
%8.24

Codes

Color #C3EABB in popluar color models

C3 EA BB
RGB 195 234 187
HSL 110° 52.81% 82.55%
HSB/HSV 110° 20.09% 91.76%
CMYK 16.67% 0.00% 20.09%
8.24%

Color #C3EABB in popluar number systems.

HEX C3 EA BB
Decimal 195 234 187
Binary 11000011 11101010 10111011
Octal 303 352 273

Shades and tints

Shades of #C3EABB

#C3EABB
(195,234,187)
#B2D5AA
(178,213,170)
#A1C099
(161,192,153)
#90AB88
(144,171,136)
#7F9677
(127,150,119)
#6E8166
(110,129,102)
#5D6C55
(93,108,85)
#4C5744
(76,87,68)
#3B4233
(59,66,51)
#2A2D22
(42,45,34)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #C3EABB

#C3EABB
(195,234,187)
#C8EBC1
(200,235,193)
#CDECC7
(205,236,199)
#D2EDCD
(210,237,205)
#D7EED3
(215,238,211)
#DCEFD9
(220,239,217)
#E1F0DF
(225,240,223)
#E6F1E5
(230,241,229)
#EBF2EB
(235,242,235)
#F0F3F1
(240,243,241)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EABB; }

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

This text font color is #C3EABB.

Background Color

.myBgColor { background-color: #C3EABB; }

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

This div background color is #C3EABB.

Border color

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

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

This div border color is #C3EABB.

Opacity

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

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

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

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

This text has shadow with #C3EABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EABB.

Preview

Color preview on black background

This text has color #C3EABB on black background.


Color preview on white background

This text has color #C3EABB on white background.


Black color preview on #C3EABB background

This text has black color on #C3EABB background.


White color preview on #C3EABB background

This text has white color on #C3EABB background.


Related colors

Complementary color

Complementary color for #hex is #3C1544.


I love getcolorcode.com

Triadic colors

1 #BBC3EA and #EABBC3 with #C3EABB are triadic colors.

2 #BBEAC3 and #EAC3BB with #C3EABB are triadic colors.