COLOR #E6F6BD

HEX: #E6F6BD
RGB: (230,246,189)

Renk bilgisi

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

RGB renk modeli

#E6F6BD color RGB value is (230,246,189).

  • kırmız ton 230;
  • yeşil ton 246;
  • mavi ton 189.
RGB:
(230,246,189)
(90%,96%,74%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 246 of 255 = 96%
B 189 of 255 = 74%

230
246
189

R + G + B ~ 87%. #E6F6BD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 246 + 189 = 665 (100%)
R 230 of 665 ~ 34.59%
G 246 of 665 ~ 36.99%
B 189 of 665 ~ 28.42%

%34.59
%36.99
%28.42

CMYK RENK MODELİ

#E6F6BD rengi CMYK tonu (7,0,23,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 0.00%
  • sarı tonu 23.17%
  • ana renk tonu 3.53%
CMYK:
(7,0,23,4)
C7M0Y23K4 
(7%,0%,23%,4%)
(0.07/0.00/0.23/0.04)	

CMYK yüzdeleri

%6.5
%0
%23.17
%3.53

Codes

Color #E6F6BD in popluar color models

E6F6BD
RGB230246189
HSL77°76.00%85.29%
HSB/HSV77°23.17%96.47%
CMYK6.50%0.00%23.17%
3.53%

Color #E6F6BD in popluar number systems.

HEXE6F6BD
Decimal230246189
Binary111001101111011010111101
Octal346366275

Shades and tints

Shades of #E6F6BD

#E6F6BD
(230,246,189)
#D2E0AC
(210,224,172)
#BECA9B
(190,202,155)
#AAB48A
(170,180,138)
#969E79
(150,158,121)
#828868
(130,136,104)
#6E7257
(110,114,87)
#5A5C46
(90,92,70)
#464635
(70,70,53)
#323024
(50,48,36)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #E6F6BD

#E6F6BD
(230,246,189)
#E8F6C3
(232,246,195)
#EAF6C9
(234,246,201)
#ECF6CF
(236,246,207)
#EEF6D5
(238,246,213)
#F0F6DB
(240,246,219)
#F2F6E1
(242,246,225)
#F4F6E7
(244,246,231)
#F6F6ED
(246,246,237)
#F8F6F3
(248,246,243)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F6BD color. Also use rgb(230,246,189) instead hex code.

Text Font Color

.myTextColor { color: #E6F6BD; }

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

This text font color is #E6F6BD.


Background Color

.myBgColor { background-color: #E6F6BD; }

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

This div background color is #E6F6BD.


Border color

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

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

This div border color is #E6F6BD.


Opacity

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

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

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

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

This text has shadow with #E6F6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6BD on black background.


Color preview on white background

This text has color #E6F6BD on white background.



Black color preview on #E6F6BD background

This text has black color on #E6F6BD background.


White color preview on #E6F6BD background

This text has white color on #E6F6BD background.