COLOR #C6E6AF

HEX: #C6E6AF
RGB: (198,230,175)

Renk bilgisi

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

RGB renk modeli

#C6E6AF color RGB value is (198,230,175).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 230 of 255 = 90%
B 175 of 255 = 69%

198
230
175

R + G + B ~ 79%. #C6E6AF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 230 + 175 = 603 (100%)
R 198 of 603 ~ 32.84%
G 230 of 603 ~ 38.14%
B 175 of 603 ~ 29.02%

%32.84
%38.14
%29.02

CMYK RENK MODELİ

#C6E6AF rengi CMYK tonu (14,0,24,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.00%
  • sarı tonu 23.91%
  • ana renk tonu 9.80%
CMYK:
(14,0,24,10)
C14M0Y24K10 
(14%,0%,24%,10%)
(0.14/0.00/0.24/0.10)	

CMYK yüzdeleri

%13.91
%0
%23.91
%9.8

Codes

Color #C6E6AF in popluar color models

C6E6AF
RGB198230175
HSL95°52.38%79.41%
HSB/HSV95°23.91%90.20%
CMYK13.91%0.00%23.91%
9.80%

Color #C6E6AF in popluar number systems.

HEXC6E6AF
Decimal198230175
Binary110001101110011010101111
Octal306346257

Shades and tints

Shades of #C6E6AF

#C6E6AF
(198,230,175)
#B4D2A0
(180,210,160)
#A2BE91
(162,190,145)
#90AA82
(144,170,130)
#7E9673
(126,150,115)
#6C8264
(108,130,100)
#5A6E55
(90,110,85)
#485A46
(72,90,70)
#364637
(54,70,55)
#243228
(36,50,40)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #C6E6AF

#C6E6AF
(198,230,175)
#CBE8B6
(203,232,182)
#D0EABD
(208,234,189)
#D5ECC4
(213,236,196)
#DAEECB
(218,238,203)
#DFF0D2
(223,240,210)
#E4F2D9
(228,242,217)
#E9F4E0
(233,244,224)
#EEF6E7
(238,246,231)
#F3F8EE
(243,248,238)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E6AF; }

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

This text font color is #C6E6AF.


Background Color

.myBgColor { background-color: #C6E6AF; }

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

This div background color is #C6E6AF.


Border color

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

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

This div border color is #C6E6AF.


Opacity

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

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

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

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

This text has shadow with #C6E6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6AF on black background.


Color preview on white background

This text has color #C6E6AF on white background.



Black color preview on #C6E6AF background

This text has black color on #C6E6AF background.


White color preview on #C6E6AF background

This text has white color on #C6E6AF background.