COLOR #C6E3B6

HEX: #C6E3B6 RGB: (198,227,182)

Color info

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

RGB color model

#C6E3B6 color RGB value is (198,227,182).

RGB: (198,227,182) (78%, 89%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 182 of 255 = 71%

198
227
182

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

Portions of RGB colors in percentages

R + G + B = 198 + 227 + 182 = 607 (100%)
R 198 of 607 ~ 32.62%
G 227 of 607 ~ 37.4%
B 182 of 607 ~ 29.98'%

%32.62
%37.4
%29.98

CMYK color model

#C6E3B6 color CMYK value is (13,0,20,11).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 10.98%

CMYK: (13,0,20,11)
C13M0Y20K11 (13%, 0%, 20%, 11%)
(0.13 / 0.00 / 0.20 / 0.11)

CMYK percentages

%12.78
%0
%19.82
%10.98

Codes

Color #C6E3B6 in popluar color models

C6 E3 B6
RGB 198 227 182
HSL 99° 44.55% 80.20%
HSB/HSV 99° 19.82% 89.02%
CMYK 12.78% 0.00% 19.82%
10.98%

Color #C6E3B6 in popluar number systems.

HEX C6 E3 B6
Decimal 198 227 182
Binary 11000110 11100011 10110110
Octal 306 343 266

Shades and tints

Shades of #C6E3B6

#C6E3B6
(198,227,182)
#B4CFA6
(180,207,166)
#A2BB96
(162,187,150)
#90A786
(144,167,134)
#7E9376
(126,147,118)
#6C7F66
(108,127,102)
#5A6B56
(90,107,86)
#485746
(72,87,70)
#364336
(54,67,54)
#242F26
(36,47,38)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6E3B6

#C6E3B6
(198,227,182)
#CBE5BC
(203,229,188)
#D0E7C2
(208,231,194)
#D5E9C8
(213,233,200)
#DAEBCE
(218,235,206)
#DFEDD4
(223,237,212)
#E4EFDA
(228,239,218)
#E9F1E0
(233,241,224)
#EEF3E6
(238,243,230)
#F3F5EC
(243,245,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E3B6; }

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

This text font color is #C6E3B6.

Background Color

.myBgColor { background-color: #C6E3B6; }

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

This div background color is #C6E3B6.

Border color

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

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

This div border color is #C6E3B6.

Opacity

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

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

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

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

This text has shadow with #C6E3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E3B6.

Preview

Color preview on black background

This text has color #C6E3B6 on black background.


Color preview on white background

This text has color #C6E3B6 on white background.


Black color preview on #C6E3B6 background

This text has black color on #C6E3B6 background.


White color preview on #C6E3B6 background

This text has white color on #C6E3B6 background.


Related colors

Complementary color

Complementary color for #hex is #391C49.


I love getcolorcode.com

Triadic colors

1 #B6C6E3 and #E3B6C6 with #C6E3B6 are triadic colors.

2 #B6E3C6 and #E3C6B6 with #C6E3B6 are triadic colors.