COLOR #E6BEAE

HEX: #E6BEAE
RGB: (230,190,174)

Renk bilgisi

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

RGB renk modeli

#E6BEAE color RGB value is (230,190,174).

  • kırmız ton 230;
  • yeşil ton 190;
  • mavi ton 174.
RGB:
(230,190,174)
(90%,75%,68%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 190 of 255 = 75%
B 174 of 255 = 68%

230
190
174

R + G + B ~ 78%. #E6BEAE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 174 = 594 (100%)
R 230 of 594 ~ 38.72%
G 190 of 594 ~ 31.99%
B 174 of 594 ~ 29.29%

%38.72
%31.99
%29.29

CMYK RENK MODELİ

#E6BEAE rengi CMYK tonu (0,17,24,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.39%
  • sarı tonu 24.35%
  • ana renk tonu 9.80%
CMYK:
(0,17,24,10)
C0M17Y24K10 
(0%,17%,24%,10%)
(0.00/0.17/0.24/0.10)	

CMYK yüzdeleri

%0
%17.39
%24.35
%9.8

Codes

Color #E6BEAE in popluar color models

E6BEAE
RGB230190174
HSL17°52.83%79.22%
HSB/HSV17°24.35%90.20%
CMYK0.00%17.39%24.35%
9.80%

Color #E6BEAE in popluar number systems.

HEXE6BEAE
Decimal230190174
Binary111001101011111010101110
Octal346276256

Shades and tints

Shades of #E6BEAE

#E6BEAE
(230,190,174)
#D2AD9F
(210,173,159)
#BE9C90
(190,156,144)
#AA8B81
(170,139,129)
#967A72
(150,122,114)
#826963
(130,105,99)
#6E5854
(110,88,84)
#5A4745
(90,71,69)
#463636
(70,54,54)
#322527
(50,37,39)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6BEAE

#E6BEAE
(230,190,174)
#E8C3B5
(232,195,181)
#EAC8BC
(234,200,188)
#ECCDC3
(236,205,195)
#EED2CA
(238,210,202)
#F0D7D1
(240,215,209)
#F2DCD8
(242,220,216)
#F4E1DF
(244,225,223)
#F6E6E6
(246,230,230)
#F8EBED
(248,235,237)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BEAE color. Also use rgb(230,190,174) instead hex code.

Text Font Color

.myTextColor { color: #E6BEAE; }

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

This text font color is #E6BEAE.


Background Color

.myBgColor { background-color: #E6BEAE; }

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

This div background color is #E6BEAE.


Border color

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

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

This div border color is #E6BEAE.


Opacity

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

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

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

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

This text has shadow with #E6BEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEAE on black background.


Color preview on white background

This text has color #E6BEAE on white background.



Black color preview on #E6BEAE background

This text has black color on #E6BEAE background.


White color preview on #E6BEAE background

This text has white color on #E6BEAE background.