COLOR #C6E4E6

HEX: #C6E4E6
RGB: (198,228,230)

Renk bilgisi

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

RGB renk modeli

#C6E4E6 color RGB value is (198,228,230).

  • kırmız ton 198;
  • yeşil ton 228;
  • mavi ton 230.
RGB:
(198,228,230)
(78%,89%,90%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 228 of 255 = 89%
B 230 of 255 = 90%

198
228
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 228 + 230 = 656 (100%)
R 198 of 656 ~ 30.18%
G 228 of 656 ~ 34.76%
B 230 of 656 ~ 35.06%

%30.18
%34.76
%35.06

CMYK RENK MODELİ

#C6E4E6 rengi CMYK tonu (14,1,0,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.87%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(14,1,0,10)
C14M1Y0K10 
(14%,1%,0%,10%)
(0.14/0.01/0.00/0.10)	

CMYK yüzdeleri

%13.91
%0.87
%0
%9.8

Codes

Color #C6E4E6 in popluar color models

C6E4E6
RGB198228230
HSL184°39.02%83.92%
HSB/HSV184°13.91%90.20%
CMYK13.91%0.87%0.00%
9.80%

Color #C6E4E6 in popluar number systems.

HEXC6E4E6
Decimal198228230
Binary110001101110010011100110
Octal306344346

Shades and tints

Shades of #C6E4E6

#C6E4E6
(198,228,230)
#B4D0D2
(180,208,210)
#A2BCBE
(162,188,190)
#90A8AA
(144,168,170)
#7E9496
(126,148,150)
#6C8082
(108,128,130)
#5A6C6E
(90,108,110)
#48585A
(72,88,90)
#364446
(54,68,70)
#243032
(36,48,50)
#121C1E
(18,28,30)
#000000
(0,0,0)

Tints of #C6E4E6

#C6E4E6
(198,228,230)
#CBE6E8
(203,230,232)
#D0E8EA
(208,232,234)
#D5EAEC
(213,234,236)
#DAECEE
(218,236,238)
#DFEEF0
(223,238,240)
#E4F0F2
(228,240,242)
#E9F2F4
(233,242,244)
#EEF4F6
(238,244,246)
#F3F6F8
(243,246,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E4E6 color. Also use rgb(198,228,230) instead hex code.

Text Font Color

.myTextColor { color: #C6E4E6; }

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

This text font color is #C6E4E6.


Background Color

.myBgColor { background-color: #C6E4E6; }

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

This div background color is #C6E4E6.


Border color

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

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

This div border color is #C6E4E6.


Opacity

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

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

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

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

This text has shadow with #C6E4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4E6 on black background.


Color preview on white background

This text has color #C6E4E6 on white background.



Black color preview on #C6E4E6 background

This text has black color on #C6E4E6 background.


White color preview on #C6E4E6 background

This text has white color on #C6E4E6 background.