COLOR #C6EFA3

HEX: #C6EFA3
RGB: (198,239,163)

Color info

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

RGB color model

#C6EFA3 color RGB value is (198,239,163).

  • red value is 198;
  • green value is 239;
  • blue value is 163.
RGB:
(198,239,163)
(78%,94%,64%)

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 163 of 255 = 64%

198
239
163

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

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 163 = 600 (100%)
R 198 of 600 ~ 33%
G 239 of 600 ~ 39.83%
B 163 of 600 ~ 27.17%

%33
%39.83
%27.17

CMYK color model

#C6EFA3 color CMYK value is (17,0,32,6).

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(17,0,32,6)
C17M0Y32K6 
(17%,0%,32%,6%)
(0.17/0.00/0.32/0.06)	

CMYK percentages

%17.15
%0
%31.8
%6.27

Codes

Color #C6EFA3 in popluar color models

C6EFA3
RGB198239163
HSL92°70.37%78.82%
HSB/HSV92°31.80%93.73%
CMYK17.15%0.00%31.80%
6.27%

Color #C6EFA3 in popluar number systems.

HEXC6EFA3
Decimal198239163
Binary110001101110111110100011
Octal306357243

Shades and tints

Shades of #C6EFA3

#C6EFA3
(198,239,163)
#B4DA95
(180,218,149)
#A2C587
(162,197,135)
#90B079
(144,176,121)
#7E9B6B
(126,155,107)
#6C865D
(108,134,93)
#5A714F
(90,113,79)
#485C41
(72,92,65)
#364733
(54,71,51)
#243225
(36,50,37)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #C6EFA3

#C6EFA3
(198,239,163)
#CBF0AB
(203,240,171)
#D0F1B3
(208,241,179)
#D5F2BB
(213,242,187)
#DAF3C3
(218,243,195)
#DFF4CB
(223,244,203)
#E4F5D3
(228,245,211)
#E9F6DB
(233,246,219)
#EEF7E3
(238,247,227)
#F3F8EB
(243,248,235)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EFA3 color. Also use rgb(198,239,163) instead hex code.

Text Font Color

.myTextColor { color: #C6EFA3; }

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

This text font color is #C6EFA3.


Background Color

.myBgColor { background-color: #C6EFA3; }

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

This div background color is #C6EFA3.


Border color

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

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

This div border color is #C6EFA3.


Opacity

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

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

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

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

This text has shadow with #C6EFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFA3 on black background.


Color preview on white background

This text has color #C6EFA3 on white background.



Black color preview on #C6EFA3 background

This text has black color on #C6EFA3 background.


White color preview on #C6EFA3 background

This text has white color on #C6EFA3 background.