COLOR #C6DCC9

HEX: #C6DCC9
RGB: (198,220,201)

Renk bilgisi

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

RGB renk modeli

#C6DCC9 color RGB value is (198,220,201).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 220 of 255 = 86%
B 201 of 255 = 79%

198
220
201

R + G + B ~ 81%. #C6DCC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 220 + 201 = 619 (100%)
R 198 of 619 ~ 31.99%
G 220 of 619 ~ 35.54%
B 201 of 619 ~ 32.47%

%31.99
%35.54
%32.47

CMYK RENK MODELİ

#C6DCC9 rengi CMYK tonu (10,0,9,14).

  • camgöbeği tonu 10.00%
  • eflatun tonu 0.00%
  • sarı tonu 8.64%
  • ana renk tonu 13.73%
CMYK:
(10,0,9,14)
C10M0Y9K14 
(10%,0%,9%,14%)
(0.10/0.00/0.09/0.14)	

CMYK yüzdeleri

%10
%0
%8.64
%13.73

Codes

Color #C6DCC9 in popluar color models

C6DCC9
RGB198220201
HSL128°23.91%81.96%
HSB/HSV128°10.00%86.27%
CMYK10.00%0.00%8.64%
13.73%

Color #C6DCC9 in popluar number systems.

HEXC6DCC9
Decimal198220201
Binary110001101101110011001001
Octal306334311

Shades and tints

Shades of #C6DCC9

#C6DCC9
(198,220,201)
#B4C8B7
(180,200,183)
#A2B4A5
(162,180,165)
#90A093
(144,160,147)
#7E8C81
(126,140,129)
#6C786F
(108,120,111)
#5A645D
(90,100,93)
#48504B
(72,80,75)
#363C39
(54,60,57)
#242827
(36,40,39)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6DCC9

#C6DCC9
(198,220,201)
#CBDFCD
(203,223,205)
#D0E2D1
(208,226,209)
#D5E5D5
(213,229,213)
#DAE8D9
(218,232,217)
#DFEBDD
(223,235,221)
#E4EEE1
(228,238,225)
#E9F1E5
(233,241,229)
#EEF4E9
(238,244,233)
#F3F7ED
(243,247,237)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCC9; }

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

This text font color is #C6DCC9.


Background Color

.myBgColor { background-color: #C6DCC9; }

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

This div background color is #C6DCC9.


Border color

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

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

This div border color is #C6DCC9.


Opacity

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

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

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

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

This text has shadow with #C6DCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCC9 on black background.


Color preview on white background

This text has color #C6DCC9 on white background.



Black color preview on #C6DCC9 background

This text has black color on #C6DCC9 background.


White color preview on #C6DCC9 background

This text has white color on #C6DCC9 background.