COLOR #C6EEB1

HEX: #C6EEB1 RGB: (198,238,177)

Color info

#C6EEB1 contains mainly red and green colors. Web safe color of #C6EEB1 is #CCFF99 (or #CF9).

RGB color model

#C6EEB1 color RGB value is (198,238,177).

RGB: (198,238,177) (78%, 93%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 238 of 255 = 93%
B 177 of 255 = 69%

198
238
177

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

Portions of RGB colors in percentages

R + G + B = 198 + 238 + 177 = 613 (100%)
R 198 of 613 ~ 32.3%
G 238 of 613 ~ 38.83%
B 177 of 613 ~ 28.87'%

%32.3
%38.83
%28.87

CMYK color model

#C6EEB1 color CMYK value is (17,0,26,7).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 6.67%

CMYK: (17,0,26,7)
C17M0Y26K7 (17%, 0%, 26%, 7%)
(0.17 / 0.00 / 0.26 / 0.07)

CMYK percentages

%16.81
%0
%25.63
%6.67

Codes

Color #C6EEB1 in popluar color models

C6 EE B1
RGB 198 238 177
HSL 99° 64.21% 81.37%
HSB/HSV 99° 25.63% 93.33%
CMYK 16.81% 0.00% 25.63%
6.67%

Color #C6EEB1 in popluar number systems.

HEX C6 EE B1
Decimal 198 238 177
Binary 11000110 11101110 10110001
Octal 306 356 261

Shades and tints

Shades of #C6EEB1

#C6EEB1
(198,238,177)
#B4D9A1
(180,217,161)
#A2C491
(162,196,145)
#90AF81
(144,175,129)
#7E9A71
(126,154,113)
#6C8561
(108,133,97)
#5A7051
(90,112,81)
#485B41
(72,91,65)
#364631
(54,70,49)
#243121
(36,49,33)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #C6EEB1

#C6EEB1
(198,238,177)
#CBEFB8
(203,239,184)
#D0F0BF
(208,240,191)
#D5F1C6
(213,241,198)
#DAF2CD
(218,242,205)
#DFF3D4
(223,243,212)
#E4F4DB
(228,244,219)
#E9F5E2
(233,245,226)
#EEF6E9
(238,246,233)
#F3F7F0
(243,247,240)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EEB1 color. Also use rgb(198,238,177) instead hex code.

Text Font Color

.myTextColor { color: #C6EEB1; }

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

This text font color is #C6EEB1.

Background Color

.myBgColor { background-color: #C6EEB1; }

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

This div background color is #C6EEB1.

Border color

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

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

This div border color is #C6EEB1.

Opacity

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

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

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

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

This text has shadow with #C6EEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EEB1.

Preview

Color preview on black background

This text has color #C6EEB1 on black background.


Color preview on white background

This text has color #C6EEB1 on white background.


Black color preview on #C6EEB1 background

This text has black color on #C6EEB1 background.


White color preview on #C6EEB1 background

This text has white color on #C6EEB1 background.


Related colors

Complementary color

Complementary color for #hex is #39114E.


I love getcolorcode.com

Triadic colors

1 #B1C6EE and #EEB1C6 with #C6EEB1 are triadic colors.

2 #B1EEC6 and #EEC6B1 with #C6EEB1 are triadic colors.