COLOR #C6E9E3

HEX: #C6E9E3
RGB: (198,233,227)

Renk bilgisi

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

RGB renk modeli

#C6E9E3 color RGB value is (198,233,227).

  • kırmız ton 198;
  • yeşil ton 233;
  • mavi ton 227.
RGB:
(198,233,227)
(78%,91%,89%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 233 of 255 = 91%
B 227 of 255 = 89%

198
233
227

R + G + B ~ 86%. #C6E9E3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 233 + 227 = 658 (100%)
R 198 of 658 ~ 30.09%
G 233 of 658 ~ 35.41%
B 227 of 658 ~ 34.5%

%30.09
%35.41
%34.5

CMYK RENK MODELİ

#C6E9E3 rengi CMYK tonu (15,0,3,9).

  • camgöbeği tonu 15.02%
  • eflatun tonu 0.00%
  • sarı tonu 2.58%
  • ana renk tonu 8.63%
CMYK:
(15,0,3,9)
C15M0Y3K9 
(15%,0%,3%,9%)
(0.15/0.00/0.03/0.09)	

CMYK yüzdeleri

%15.02
%0
%2.58
%8.63

Codes

Color #C6E9E3 in popluar color models

C6E9E3
RGB198233227
HSL170°44.30%84.51%
HSB/HSV170°15.02%91.37%
CMYK15.02%0.00%2.58%
8.63%

Color #C6E9E3 in popluar number systems.

HEXC6E9E3
Decimal198233227
Binary110001101110100111100011
Octal306351343

Shades and tints

Shades of #C6E9E3

#C6E9E3
(198,233,227)
#B4D4CF
(180,212,207)
#A2BFBB
(162,191,187)
#90AAA7
(144,170,167)
#7E9593
(126,149,147)
#6C807F
(108,128,127)
#5A6B6B
(90,107,107)
#485657
(72,86,87)
#364143
(54,65,67)
#242C2F
(36,44,47)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #C6E9E3

#C6E9E3
(198,233,227)
#CBEBE5
(203,235,229)
#D0EDE7
(208,237,231)
#D5EFE9
(213,239,233)
#DAF1EB
(218,241,235)
#DFF3ED
(223,243,237)
#E4F5EF
(228,245,239)
#E9F7F1
(233,247,241)
#EEF9F3
(238,249,243)
#F3FBF5
(243,251,245)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E9E3 color. Also use rgb(198,233,227) instead hex code.

Text Font Color

.myTextColor { color: #C6E9E3; }

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

This text font color is #C6E9E3.


Background Color

.myBgColor { background-color: #C6E9E3; }

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

This div background color is #C6E9E3.


Border color

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

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

This div border color is #C6E9E3.


Opacity

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

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

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

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

This text has shadow with #C6E9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9E3 on black background.


Color preview on white background

This text has color #C6E9E3 on white background.



Black color preview on #C6E9E3 background

This text has black color on #C6E9E3 background.


White color preview on #C6E9E3 background

This text has white color on #C6E9E3 background.