COLOR #C6E2EA

HEX: #C6E2EA
RGB: (198,226,234)

Renk bilgisi

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

RGB renk modeli

#C6E2EA color RGB value is (198,226,234).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 226 of 255 = 89%
B 234 of 255 = 92%

198
226
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 226 + 234 = 658 (100%)
R 198 of 658 ~ 30.09%
G 226 of 658 ~ 34.35%
B 234 of 658 ~ 35.56%

%30.09
%34.35
%35.56

CMYK RENK MODELİ

#C6E2EA rengi CMYK tonu (15,3,0,8).

  • camgöbeği tonu 15.38%
  • eflatun tonu 3.42%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(15,3,0,8)
C15M3Y0K8 
(15%,3%,0%,8%)
(0.15/0.03/0.00/0.08)	

CMYK yüzdeleri

%15.38
%3.42
%0
%8.24

Codes

Color #C6E2EA in popluar color models

C6E2EA
RGB198226234
HSL193°46.15%84.71%
HSB/HSV193°15.38%91.76%
CMYK15.38%3.42%0.00%
8.24%

Color #C6E2EA in popluar number systems.

HEXC6E2EA
Decimal198226234
Binary110001101110001011101010
Octal306342352

Shades and tints

Shades of #C6E2EA

#C6E2EA
(198,226,234)
#B4CED5
(180,206,213)
#A2BAC0
(162,186,192)
#90A6AB
(144,166,171)
#7E9296
(126,146,150)
#6C7E81
(108,126,129)
#5A6A6C
(90,106,108)
#485657
(72,86,87)
#364242
(54,66,66)
#242E2D
(36,46,45)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6E2EA

#C6E2EA
(198,226,234)
#CBE4EB
(203,228,235)
#D0E6EC
(208,230,236)
#D5E8ED
(213,232,237)
#DAEAEE
(218,234,238)
#DFECEF
(223,236,239)
#E4EEF0
(228,238,240)
#E9F0F1
(233,240,241)
#EEF2F2
(238,242,242)
#F3F4F3
(243,244,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E2EA; }

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

This text font color is #C6E2EA.


Background Color

.myBgColor { background-color: #C6E2EA; }

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

This div background color is #C6E2EA.


Border color

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

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

This div border color is #C6E2EA.


Opacity

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

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

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

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

This text has shadow with #C6E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2EA on black background.


Color preview on white background

This text has color #C6E2EA on white background.



Black color preview on #C6E2EA background

This text has black color on #C6E2EA background.


White color preview on #C6E2EA background

This text has white color on #C6E2EA background.