COLOR #C6EBC1

HEX: #C6EBC1 RGB: (198,235,193)

Color info

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

RGB color model

#C6EBC1 color RGB value is (198,235,193).

RGB: (198,235,193) (78%, 92%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 193 of 255 = 76%

198
235
193

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

Portions of RGB colors in percentages

R + G + B = 198 + 235 + 193 = 626 (100%)
R 198 of 626 ~ 31.63%
G 235 of 626 ~ 37.54%
B 193 of 626 ~ 30.83'%

%31.63
%37.54
%30.83

CMYK color model

#C6EBC1 color CMYK value is (16,0,18,8).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 7.84%

CMYK: (16,0,18,8)
C16M0Y18K8 (16%, 0%, 18%, 8%)
(0.16 / 0.00 / 0.18 / 0.08)

CMYK percentages

%15.74
%0
%17.87
%7.84

Codes

Color #C6EBC1 in popluar color models

C6 EB C1
RGB 198 235 193
HSL 113° 51.22% 83.92%
HSB/HSV 113° 17.87% 92.16%
CMYK 15.74% 0.00% 17.87%
7.84%

Color #C6EBC1 in popluar number systems.

HEX C6 EB C1
Decimal 198 235 193
Binary 11000110 11101011 11000001
Octal 306 353 301

Shades and tints

Shades of #C6EBC1

#C6EBC1
(198,235,193)
#B4D6B0
(180,214,176)
#A2C19F
(162,193,159)
#90AC8E
(144,172,142)
#7E977D
(126,151,125)
#6C826C
(108,130,108)
#5A6D5B
(90,109,91)
#48584A
(72,88,74)
#364339
(54,67,57)
#242E28
(36,46,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6EBC1

#C6EBC1
(198,235,193)
#CBECC6
(203,236,198)
#D0EDCB
(208,237,203)
#D5EED0
(213,238,208)
#DAEFD5
(218,239,213)
#DFF0DA
(223,240,218)
#E4F1DF
(228,241,223)
#E9F2E4
(233,242,228)
#EEF3E9
(238,243,233)
#F3F4EE
(243,244,238)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EBC1 color. Also use rgb(198,235,193) instead hex code.

Text Font Color

.myTextColor { color: #C6EBC1; }

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

This text font color is #C6EBC1.

Background Color

.myBgColor { background-color: #C6EBC1; }

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

This div background color is #C6EBC1.

Border color

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

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

This div border color is #C6EBC1.

Opacity

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

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

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

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

This text has shadow with #C6EBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EBC1.

Preview

Color preview on black background

This text has color #C6EBC1 on black background.


Color preview on white background

This text has color #C6EBC1 on white background.


Black color preview on #C6EBC1 background

This text has black color on #C6EBC1 background.


White color preview on #C6EBC1 background

This text has white color on #C6EBC1 background.


Related colors

Complementary color

Complementary color for #hex is #39143E.


I love getcolorcode.com

Triadic colors

1 #C1C6EB and #EBC1C6 with #C6EBC1 are triadic colors.

2 #C1EBC6 and #EBC6C1 with #C6EBC1 are triadic colors.