COLOR #E7DFFB

HEX: #E7DFFB
RGB: (231,223,251)

Renk bilgisi

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

RGB renk modeli

#E7DFFB color RGB value is (231,223,251).

  • kırmız ton 231;
  • yeşil ton 223;
  • mavi ton 251.
RGB:
(231,223,251)
(91%,87%,98%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 223 of 255 = 87%
B 251 of 255 = 98%

231
223
251

R + G + B ~ 92%. #E7DFFB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 223 + 251 = 705 (100%)
R 231 of 705 ~ 32.77%
G 223 of 705 ~ 31.63%
B 251 of 705 ~ 35.6%

%32.77
%31.63
%35.6

CMYK RENK MODELİ

#E7DFFB rengi CMYK tonu (8,11,0,2).

  • camgöbeği tonu 7.97%
  • eflatun tonu 11.16%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(8,11,0,2)
C8M11Y0K2 
(8%,11%,0%,2%)
(0.08/0.11/0.00/0.02)	

CMYK yüzdeleri

%7.97
%11.16
%0
%1.57

Codes

Color #E7DFFB in popluar color models

E7DFFB
RGB231223251
HSL257°77.78%92.94%
HSB/HSV257°11.16%98.43%
CMYK7.97%11.16%0.00%
1.57%

Color #E7DFFB in popluar number systems.

HEXE7DFFB
Decimal231223251
Binary111001111101111111111011
Octal347337373

Shades and tints

Shades of #E7DFFB

#E7DFFB
(231,223,251)
#D2CBE5
(210,203,229)
#BDB7CF
(189,183,207)
#A8A3B9
(168,163,185)
#938FA3
(147,143,163)
#7E7B8D
(126,123,141)
#696777
(105,103,119)
#545361
(84,83,97)
#3F3F4B
(63,63,75)
#2A2B35
(42,43,53)
#15171F
(21,23,31)
#000000
(0,0,0)

Tints of #E7DFFB

#E7DFFB
(231,223,251)
#E9E1FB
(233,225,251)
#EBE3FB
(235,227,251)
#EDE5FB
(237,229,251)
#EFE7FB
(239,231,251)
#F1E9FB
(241,233,251)
#F3EBFB
(243,235,251)
#F5EDFB
(245,237,251)
#F7EFFB
(247,239,251)
#F9F1FB
(249,241,251)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFFB color. Also use rgb(231,223,251) instead hex code.

Text Font Color

.myTextColor { color: #E7DFFB; }

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

This text font color is #E7DFFB.


Background Color

.myBgColor { background-color: #E7DFFB; }

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

This div background color is #E7DFFB.


Border color

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

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

This div border color is #E7DFFB.


Opacity

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

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

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

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

This text has shadow with #E7DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFFB on black background.


Color preview on white background

This text has color #E7DFFB on white background.



Black color preview on #E7DFFB background

This text has black color on #E7DFFB background.


White color preview on #E7DFFB background

This text has white color on #E7DFFB background.