COLOR #C6EEBD

HEX: #C6EEBD RGB: (198,238,189)

Color info

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

RGB color model

#C6EEBD color RGB value is (198,238,189).

RGB: (198,238,189) (78%, 93%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 238 of 255 = 93%
B 189 of 255 = 74%

198
238
189

R + G + B ~ 82%. #C6EEBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 238 + 189 = 625 (100%)
R 198 of 625 ~ 31.68%
G 238 of 625 ~ 38.08%
B 189 of 625 ~ 30.24'%

%31.68
%38.08
%30.24

CMYK color model

#C6EEBD color CMYK value is (17,0,21,7).

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

CMYK: (17,0,21,7)
C17M0Y21K7 (17%, 0%, 21%, 7%)
(0.17 / 0.00 / 0.21 / 0.07)

CMYK percentages

%16.81
%0
%20.59
%6.67

Codes

Color #C6EEBD in popluar color models

C6 EE BD
RGB 198 238 189
HSL 109° 59.04% 83.73%
HSB/HSV 109° 20.59% 93.33%
CMYK 16.81% 0.00% 20.59%
6.67%

Color #C6EEBD in popluar number systems.

HEX C6 EE BD
Decimal 198 238 189
Binary 11000110 11101110 10111101
Octal 306 356 275

Shades and tints

Shades of #C6EEBD

#C6EEBD
(198,238,189)
#B4D9AC
(180,217,172)
#A2C49B
(162,196,155)
#90AF8A
(144,175,138)
#7E9A79
(126,154,121)
#6C8568
(108,133,104)
#5A7057
(90,112,87)
#485B46
(72,91,70)
#364635
(54,70,53)
#243124
(36,49,36)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #C6EEBD

#C6EEBD
(198,238,189)
#CBEFC3
(203,239,195)
#D0F0C9
(208,240,201)
#D5F1CF
(213,241,207)
#DAF2D5
(218,242,213)
#DFF3DB
(223,243,219)
#E4F4E1
(228,244,225)
#E9F5E7
(233,245,231)
#EEF6ED
(238,246,237)
#F3F7F3
(243,247,243)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EEBD; }

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

This text font color is #C6EEBD.

Background Color

.myBgColor { background-color: #C6EEBD; }

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

This div background color is #C6EEBD.

Border color

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

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

This div border color is #C6EEBD.

Opacity

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

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

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

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

This text has shadow with #C6EEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EEBD.

Preview

Color preview on black background

This text has color #C6EEBD on black background.


Color preview on white background

This text has color #C6EEBD on white background.


Black color preview on #C6EEBD background

This text has black color on #C6EEBD background.


White color preview on #C6EEBD background

This text has white color on #C6EEBD background.


Related colors

Complementary color

Complementary color for #hex is #391142.


I love getcolorcode.com

Triadic colors

1 #BDC6EE and #EEBDC6 with #C6EEBD are triadic colors.

2 #BDEEC6 and #EEC6BD with #C6EEBD are triadic colors.