COLOR #C6E2D9

HEX: #C6E2D9
RGB: (198,226,217)

Renk bilgisi

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

RGB renk modeli

#C6E2D9 color RGB value is (198,226,217).

  • kırmız ton 198;
  • yeşil ton 226;
  • mavi ton 217.
RGB:
(198,226,217)
(78%,89%,85%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 226 of 255 = 89%
B 217 of 255 = 85%

198
226
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 226 + 217 = 641 (100%)
R 198 of 641 ~ 30.89%
G 226 of 641 ~ 35.26%
B 217 of 641 ~ 33.85%

%30.89
%35.26
%33.85

CMYK RENK MODELİ

#C6E2D9 rengi CMYK tonu (12,0,4,11).

  • camgöbeği tonu 12.39%
  • eflatun tonu 0.00%
  • sarı tonu 3.98%
  • ana renk tonu 11.37%
CMYK:
(12,0,4,11)
C12M0Y4K11 
(12%,0%,4%,11%)
(0.12/0.00/0.04/0.11)	

CMYK yüzdeleri

%12.39
%0
%3.98
%11.37

Codes

Color #C6E2D9 in popluar color models

C6E2D9
RGB198226217
HSL161°32.56%83.14%
HSB/HSV161°12.39%88.63%
CMYK12.39%0.00%3.98%
11.37%

Color #C6E2D9 in popluar number systems.

HEXC6E2D9
Decimal198226217
Binary110001101110001011011001
Octal306342331

Shades and tints

Shades of #C6E2D9

#C6E2D9
(198,226,217)
#B4CEC6
(180,206,198)
#A2BAB3
(162,186,179)
#90A6A0
(144,166,160)
#7E928D
(126,146,141)
#6C7E7A
(108,126,122)
#5A6A67
(90,106,103)
#485654
(72,86,84)
#364241
(54,66,65)
#242E2E
(36,46,46)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6E2D9

#C6E2D9
(198,226,217)
#CBE4DC
(203,228,220)
#D0E6DF
(208,230,223)
#D5E8E2
(213,232,226)
#DAEAE5
(218,234,229)
#DFECE8
(223,236,232)
#E4EEEB
(228,238,235)
#E9F0EE
(233,240,238)
#EEF2F1
(238,242,241)
#F3F4F4
(243,244,244)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E2D9 color. Also use rgb(198,226,217) instead hex code.

Text Font Color

.myTextColor { color: #C6E2D9; }

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

This text font color is #C6E2D9.


Background Color

.myBgColor { background-color: #C6E2D9; }

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

This div background color is #C6E2D9.


Border color

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

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

This div border color is #C6E2D9.


Opacity

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

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

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

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

This text has shadow with #C6E2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2D9 on black background.


Color preview on white background

This text has color #C6E2D9 on white background.



Black color preview on #C6E2D9 background

This text has black color on #C6E2D9 background.


White color preview on #C6E2D9 background

This text has white color on #C6E2D9 background.