COLOR #C6E8C9

HEX: #C6E8C9
RGB: (198,232,201)

Renk bilgisi

#C6E8C9 contains red, green and blue colors in about the same proportion. #C6E8C9 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C6E8C9 color RGB value is (198,232,201).

  • kırmız ton 198;
  • yeşil ton 232;
  • mavi ton 201.
RGB:
(198,232,201)
(78%,91%,79%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 232 of 255 = 91%
B 201 of 255 = 79%

198
232
201

R + G + B ~ 83%. #C6E8C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 232 + 201 = 631 (100%)
R 198 of 631 ~ 31.38%
G 232 of 631 ~ 36.77%
B 201 of 631 ~ 31.85%

%31.38
%36.77
%31.85

CMYK RENK MODELİ

#C6E8C9 rengi CMYK tonu (15,0,13,9).

  • camgöbeği tonu 14.66%
  • eflatun tonu 0.00%
  • sarı tonu 13.36%
  • ana renk tonu 9.02%
CMYK:
(15,0,13,9)
C15M0Y13K9 
(15%,0%,13%,9%)
(0.15/0.00/0.13/0.09)	

CMYK yüzdeleri

%14.66
%0
%13.36
%9.02

Codes

Color #C6E8C9 in popluar color models

C6E8C9
RGB198232201
HSL125°42.50%84.31%
HSB/HSV125°14.66%90.98%
CMYK14.66%0.00%13.36%
9.02%

Color #C6E8C9 in popluar number systems.

HEXC6E8C9
Decimal198232201
Binary110001101110100011001001
Octal306350311

Shades and tints

Shades of #C6E8C9

#C6E8C9
(198,232,201)
#B4D3B7
(180,211,183)
#A2BEA5
(162,190,165)
#90A993
(144,169,147)
#7E9481
(126,148,129)
#6C7F6F
(108,127,111)
#5A6A5D
(90,106,93)
#48554B
(72,85,75)
#364039
(54,64,57)
#242B27
(36,43,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6E8C9

#C6E8C9
(198,232,201)
#CBEACD
(203,234,205)
#D0ECD1
(208,236,209)
#D5EED5
(213,238,213)
#DAF0D9
(218,240,217)
#DFF2DD
(223,242,221)
#E4F4E1
(228,244,225)
#E9F6E5
(233,246,229)
#EEF8E9
(238,248,233)
#F3FAED
(243,250,237)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E8C9 color. Also use rgb(198,232,201) instead hex code.

Text Font Color

.myTextColor { color: #C6E8C9; }

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

This text font color is #C6E8C9.


Background Color

.myBgColor { background-color: #C6E8C9; }

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

This div background color is #C6E8C9.


Border color

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

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

This div border color is #C6E8C9.


Opacity

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

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

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

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

This text has shadow with #C6E8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E8C9 on black background.


Color preview on white background

This text has color #C6E8C9 on white background.



Black color preview on #C6E8C9 background

This text has black color on #C6E8C9 background.


White color preview on #C6E8C9 background

This text has white color on #C6E8C9 background.