COLOR #C6EBD1

HEX: #C6EBD1 RGB: (198,235,209)

Color info

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

RGB color model

#C6EBD1 color RGB value is (198,235,209).

RGB: (198,235,209) (78%, 92%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 209 of 255 = 82%

198
235
209

R + G + B ~ 84%. #C6EBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 235 + 209 = 642 (100%)
R 198 of 642 ~ 30.84%
G 235 of 642 ~ 36.6%
B 209 of 642 ~ 32.55'%

%30.84
%36.6
%32.55

CMYK color model

#C6EBD1 color CMYK value is (16,0,11,8).

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

CMYK: (16,0,11,8)
C16M0Y11K8 (16%, 0%, 11%, 8%)
(0.16 / 0.00 / 0.11 / 0.08)

CMYK percentages

%15.74
%0
%11.06
%7.84

Codes

Color #C6EBD1 in popluar color models

C6 EB D1
RGB 198 235 209
HSL 138° 48.05% 84.90%
HSB/HSV 138° 15.74% 92.16%
CMYK 15.74% 0.00% 11.06%
7.84%

Color #C6EBD1 in popluar number systems.

HEX C6 EB D1
Decimal 198 235 209
Binary 11000110 11101011 11010001
Octal 306 353 321

Shades and tints

Shades of #C6EBD1

#C6EBD1
(198,235,209)
#B4D6BE
(180,214,190)
#A2C1AB
(162,193,171)
#90AC98
(144,172,152)
#7E9785
(126,151,133)
#6C8272
(108,130,114)
#5A6D5F
(90,109,95)
#48584C
(72,88,76)
#364339
(54,67,57)
#242E26
(36,46,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6EBD1

#C6EBD1
(198,235,209)
#CBECD5
(203,236,213)
#D0EDD9
(208,237,217)
#D5EEDD
(213,238,221)
#DAEFE1
(218,239,225)
#DFF0E5
(223,240,229)
#E4F1E9
(228,241,233)
#E9F2ED
(233,242,237)
#EEF3F1
(238,243,241)
#F3F4F5
(243,244,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EBD1; }

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

This text font color is #C6EBD1.

Background Color

.myBgColor { background-color: #C6EBD1; }

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

This div background color is #C6EBD1.

Border color

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

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

This div border color is #C6EBD1.

Opacity

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

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

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

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

This text has shadow with #C6EBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EBD1.

Preview

Color preview on black background

This text has color #C6EBD1 on black background.


Color preview on white background

This text has color #C6EBD1 on white background.


Black color preview on #C6EBD1 background

This text has black color on #C6EBD1 background.


White color preview on #C6EBD1 background

This text has white color on #C6EBD1 background.


Related colors

Complementary color

Complementary color for #hex is #39142E.


I love getcolorcode.com

Triadic colors

1 #D1C6EB and #EBD1C6 with #C6EBD1 are triadic colors.

2 #D1EBC6 and #EBC6D1 with #C6EBD1 are triadic colors.