COLOR #C3E3B6

HEX: #C3E3B6 RGB: (195,227,182)

Color info

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

RGB color model

#C3E3B6 color RGB value is (195,227,182).

RGB: (195,227,182) (76%, 89%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 227 of 255 = 89%
B 182 of 255 = 71%

195
227
182

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

Portions of RGB colors in percentages

R + G + B = 195 + 227 + 182 = 604 (100%)
R 195 of 604 ~ 32.28%
G 227 of 604 ~ 37.58%
B 182 of 604 ~ 30.13'%

%32.28
%37.58
%30.13

CMYK color model

#C3E3B6 color CMYK value is (14,0,20,11).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 10.98%
CMYK: (14,0,20,11) C14M0Y20K11 (14%,0%,20%,11%) (0.14/0.00/0.20/0.11) 

CMYK percentages

%14.1
%0
%19.82
%10.98

Codes

Color #C3E3B6 in popluar color models

C3 E3 B6
RGB 195 227 182
HSL 103° 44.55% 80.20%
HSB/HSV 103° 19.82% 89.02%
CMYK 14.10% 0.00% 19.82%
10.98%

Color #C3E3B6 in popluar number systems.

HEX C3 E3 B6
Decimal 195 227 182
Binary 11000011 11100011 10110110
Octal 303 343 266

Shades and tints

Shades of #C3E3B6

#C3E3B6
(195,227,182)
#B2CFA6
(178,207,166)
#A1BB96
(161,187,150)
#90A786
(144,167,134)
#7F9376
(127,147,118)
#6E7F66
(110,127,102)
#5D6B56
(93,107,86)
#4C5746
(76,87,70)
#3B4336
(59,67,54)
#2A2F26
(42,47,38)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #C3E3B6

#C3E3B6
(195,227,182)
#C8E5BC
(200,229,188)
#CDE7C2
(205,231,194)
#D2E9C8
(210,233,200)
#D7EBCE
(215,235,206)
#DCEDD4
(220,237,212)
#E1EFDA
(225,239,218)
#E6F1E0
(230,241,224)
#EBF3E6
(235,243,230)
#F0F5EC
(240,245,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E3B6 color. Also use rgb(195,227,182) instead hex code.

Text Font Color

.myTextColor { color: #C3E3B6; }

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

This text font color is #C3E3B6.

Background Color

.myBgColor { background-color: #C3E3B6; }

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

This div background color is #C3E3B6.

Border color

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

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

This div border color is #C3E3B6.

Opacity

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

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

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

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

This text has shadow with #C3E3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E3B6.

Preview

Color preview on black background

This text has color #C3E3B6 on black background.


Color preview on white background

This text has color #C3E3B6 on white background.


Black color preview on #C3E3B6 background

This text has black color on #C3E3B6 background.


White color preview on #C3E3B6 background

This text has white color on #C3E3B6 background.


Related colors

Complementary color

Complementary color for #hex is #3C1C49.


I love getcolorcode.com

Triadic colors

1 #B6C3E3 and #E3B6C3 with #C3E3B6 are triadic colors.

2 #B6E3C3 and #E3C3B6 with #C3E3B6 are triadic colors.