COLOR #C6E5E0

HEX: #C6E5E0
RGB: (198,229,224)

Renk bilgisi

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

RGB renk modeli

#C6E5E0 color RGB value is (198,229,224).

  • kırmız ton 198;
  • yeşil ton 229;
  • mavi ton 224.
RGB:
(198,229,224)
(78%,90%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 229 of 255 = 90%
B 224 of 255 = 88%

198
229
224

R + G + B ~ 85%. #C6E5E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 229 + 224 = 651 (100%)
R 198 of 651 ~ 30.41%
G 229 of 651 ~ 35.18%
B 224 of 651 ~ 34.41%

%30.41
%35.18
%34.41

CMYK RENK MODELİ

#C6E5E0 rengi CMYK tonu (14,0,2,10).

  • camgöbeği tonu 13.54%
  • eflatun tonu 0.00%
  • sarı tonu 2.18%
  • ana renk tonu 10.20%
CMYK:
(14,0,2,10)
C14M0Y2K10 
(14%,0%,2%,10%)
(0.14/0.00/0.02/0.10)	

CMYK yüzdeleri

%13.54
%0
%2.18
%10.2

Codes

Color #C6E5E0 in popluar color models

C6E5E0
RGB198229224
HSL170°37.35%83.73%
HSB/HSV170°13.54%89.80%
CMYK13.54%0.00%2.18%
10.20%

Color #C6E5E0 in popluar number systems.

HEXC6E5E0
Decimal198229224
Binary110001101110010111100000
Octal306345340

Shades and tints

Shades of #C6E5E0

#C6E5E0
(198,229,224)
#B4D1CC
(180,209,204)
#A2BDB8
(162,189,184)
#90A9A4
(144,169,164)
#7E9590
(126,149,144)
#6C817C
(108,129,124)
#5A6D68
(90,109,104)
#485954
(72,89,84)
#364540
(54,69,64)
#24312C
(36,49,44)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #C6E5E0

#C6E5E0
(198,229,224)
#CBE7E2
(203,231,226)
#D0E9E4
(208,233,228)
#D5EBE6
(213,235,230)
#DAEDE8
(218,237,232)
#DFEFEA
(223,239,234)
#E4F1EC
(228,241,236)
#E9F3EE
(233,243,238)
#EEF5F0
(238,245,240)
#F3F7F2
(243,247,242)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E5E0 color. Also use rgb(198,229,224) instead hex code.

Text Font Color

.myTextColor { color: #C6E5E0; }

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

This text font color is #C6E5E0.


Background Color

.myBgColor { background-color: #C6E5E0; }

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

This div background color is #C6E5E0.


Border color

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

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

This div border color is #C6E5E0.


Opacity

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

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

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

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

This text has shadow with #C6E5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5E0 on black background.


Color preview on white background

This text has color #C6E5E0 on white background.



Black color preview on #C6E5E0 background

This text has black color on #C6E5E0 background.


White color preview on #C6E5E0 background

This text has white color on #C6E5E0 background.