COLOR #C6E3C8

HEX: #C6E3C8
RGB: (198,227,200)

Renk bilgisi

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

RGB renk modeli

#C6E3C8 color RGB value is (198,227,200).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 227 of 255 = 89%
B 200 of 255 = 78%

198
227
200

R + G + B ~ 82%. #C6E3C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 227 + 200 = 625 (100%)
R 198 of 625 ~ 31.68%
G 227 of 625 ~ 36.32%
B 200 of 625 ~ 32%

%31.68
%36.32
%32

CMYK RENK MODELİ

#C6E3C8 rengi CMYK tonu (13,0,12,11).

  • camgöbeği tonu 12.78%
  • eflatun tonu 0.00%
  • sarı tonu 11.89%
  • ana renk tonu 10.98%
CMYK:
(13,0,12,11)
C13M0Y12K11 
(13%,0%,12%,11%)
(0.13/0.00/0.12/0.11)	

CMYK yüzdeleri

%12.78
%0
%11.89
%10.98

Codes

Color #C6E3C8 in popluar color models

C6E3C8
RGB198227200
HSL124°34.12%83.33%
HSB/HSV124°12.78%89.02%
CMYK12.78%0.00%11.89%
10.98%

Color #C6E3C8 in popluar number systems.

HEXC6E3C8
Decimal198227200
Binary110001101110001111001000
Octal306343310

Shades and tints

Shades of #C6E3C8

#C6E3C8
(198,227,200)
#B4CFB6
(180,207,182)
#A2BBA4
(162,187,164)
#90A792
(144,167,146)
#7E9380
(126,147,128)
#6C7F6E
(108,127,110)
#5A6B5C
(90,107,92)
#48574A
(72,87,74)
#364338
(54,67,56)
#242F26
(36,47,38)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #C6E3C8

#C6E3C8
(198,227,200)
#CBE5CD
(203,229,205)
#D0E7D2
(208,231,210)
#D5E9D7
(213,233,215)
#DAEBDC
(218,235,220)
#DFEDE1
(223,237,225)
#E4EFE6
(228,239,230)
#E9F1EB
(233,241,235)
#EEF3F0
(238,243,240)
#F3F5F5
(243,245,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E3C8; }

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

This text font color is #C6E3C8.


Background Color

.myBgColor { background-color: #C6E3C8; }

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

This div background color is #C6E3C8.


Border color

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

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

This div border color is #C6E3C8.


Opacity

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

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

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

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

This text has shadow with #C6E3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3C8 on black background.


Color preview on white background

This text has color #C6E3C8 on white background.



Black color preview on #C6E3C8 background

This text has black color on #C6E3C8 background.


White color preview on #C6E3C8 background

This text has white color on #C6E3C8 background.