COLOR #C6EEB3

HEX: #C6EEB3
RGB: (198,238,179)

Color info

#C6EEB3 contains red, green and blue colors in about the same proportion. Web safe color of #C6EEB3 is #CCFF99 (or #CF9).

RGB color model

#C6EEB3 color RGB value is (198,238,179).

  • red value is 198;
  • green value is 238;
  • blue value is 179.
RGB:
(198,238,179)
(78%,93%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 238 of 255 = 93%
B 179 of 255 = 70%

198
238
179

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

Portions of RGB colors in percentages

R + G + B =
198 + 238 + 179 = 615 (100%)
R 198 of 615 ~ 32.2%
G 238 of 615 ~ 38.7%
B 179 of 615 ~ 29.11%

%32.2
%38.7
%29.11

CMYK color model

#C6EEB3 color CMYK value is (17,0,25,7).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 6.67%
CMYK:
(17,0,25,7)
C17M0Y25K7 
(17%,0%,25%,7%)
(0.17/0.00/0.25/0.07)	

CMYK percentages

%16.81
%0
%24.79
%6.67

Codes

Color #C6EEB3 in popluar color models

C6EEB3
RGB198238179
HSL101°63.44%81.76%
HSB/HSV101°24.79%93.33%
CMYK16.81%0.00%24.79%
6.67%

Color #C6EEB3 in popluar number systems.

HEXC6EEB3
Decimal198238179
Binary110001101110111010110011
Octal306356263

Shades and tints

Shades of #C6EEB3

#C6EEB3
(198,238,179)
#B4D9A3
(180,217,163)
#A2C493
(162,196,147)
#90AF83
(144,175,131)
#7E9A73
(126,154,115)
#6C8563
(108,133,99)
#5A7053
(90,112,83)
#485B43
(72,91,67)
#364633
(54,70,51)
#243123
(36,49,35)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #C6EEB3

#C6EEB3
(198,238,179)
#CBEFB9
(203,239,185)
#D0F0BF
(208,240,191)
#D5F1C5
(213,241,197)
#DAF2CB
(218,242,203)
#DFF3D1
(223,243,209)
#E4F4D7
(228,244,215)
#E9F5DD
(233,245,221)
#EEF6E3
(238,246,227)
#F3F7E9
(243,247,233)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EEB3; }

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

This text font color is #C6EEB3.


Background Color

.myBgColor { background-color: #C6EEB3; }

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

This div background color is #C6EEB3.


Border color

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

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

This div border color is #C6EEB3.


Opacity

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

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

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

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

This text has shadow with #C6EEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EEB3 on black background.


Color preview on white background

This text has color #C6EEB3 on white background.



Black color preview on #C6EEB3 background

This text has black color on #C6EEB3 background.


White color preview on #C6EEB3 background

This text has white color on #C6EEB3 background.