COLOR #C6EEC6

HEX: #C6EEC6
RGB: (198,238,198)

Renk bilgisi

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

RGB renk modeli

#C6EEC6 color RGB value is (198,238,198).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 238 of 255 = 93%
B 198 of 255 = 78%

198
238
198

R + G + B ~ 83%. #C6EEC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 238 + 198 = 634 (100%)
R 198 of 634 ~ 31.23%
G 238 of 634 ~ 37.54%
B 198 of 634 ~ 31.23%

%31.23
%37.54
%31.23

CMYK RENK MODELİ

#C6EEC6 rengi CMYK tonu (17,0,17,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 0.00%
  • sarı tonu 16.81%
  • ana renk tonu 6.67%
CMYK:
(17,0,17,7)
C17M0Y17K7 
(17%,0%,17%,7%)
(0.17/0.00/0.17/0.07)	

CMYK yüzdeleri

%16.81
%0
%16.81
%6.67

Codes

Color #C6EEC6 in popluar color models

C6EEC6
RGB198238198
HSL120°54.05%85.49%
HSB/HSV120°16.81%93.33%
CMYK16.81%0.00%16.81%
6.67%

Color #C6EEC6 in popluar number systems.

HEXC6EEC6
Decimal198238198
Binary110001101110111011000110
Octal306356306

Shades and tints

Shades of #C6EEC6

#C6EEC6
(198,238,198)
#B4D9B4
(180,217,180)
#A2C4A2
(162,196,162)
#90AF90
(144,175,144)
#7E9A7E
(126,154,126)
#6C856C
(108,133,108)
#5A705A
(90,112,90)
#485B48
(72,91,72)
#364636
(54,70,54)
#243124
(36,49,36)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #C6EEC6

#C6EEC6
(198,238,198)
#CBEFCB
(203,239,203)
#D0F0D0
(208,240,208)
#D5F1D5
(213,241,213)
#DAF2DA
(218,242,218)
#DFF3DF
(223,243,223)
#E4F4E4
(228,244,228)
#E9F5E9
(233,245,233)
#EEF6EE
(238,246,238)
#F3F7F3
(243,247,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EEC6; }

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

This text font color is #C6EEC6.


Background Color

.myBgColor { background-color: #C6EEC6; }

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

This div background color is #C6EEC6.


Border color

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

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

This div border color is #C6EEC6.


Opacity

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

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

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

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

This text has shadow with #C6EEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EEC6 on black background.


Color preview on white background

This text has color #C6EEC6 on white background.



Black color preview on #C6EEC6 background

This text has black color on #C6EEC6 background.


White color preview on #C6EEC6 background

This text has white color on #C6EEC6 background.