COLOR #D6C5F8

HEX: #D6C5F8
RGB: (214,197,248)

Renk bilgisi

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

RGB renk modeli

#D6C5F8 color RGB value is (214,197,248).

  • kırmız ton 214;
  • yeşil ton 197;
  • mavi ton 248.
RGB:
(214,197,248)
(84%,77%,97%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 197 of 255 = 77%
B 248 of 255 = 97%

214
197
248

R + G + B ~ 86%. #D6C5F8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 197 + 248 = 659 (100%)
R 214 of 659 ~ 32.47%
G 197 of 659 ~ 29.89%
B 248 of 659 ~ 37.63%

%32.47
%29.89
%37.63

CMYK RENK MODELİ

#D6C5F8 rengi CMYK tonu (14,21,0,3).

  • camgöbeği tonu 13.71%
  • eflatun tonu 20.56%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(14,21,0,3)
C14M21Y0K3 
(14%,21%,0%,3%)
(0.14/0.21/0.00/0.03)	

CMYK yüzdeleri

%13.71
%20.56
%0
%2.75

Codes

Color #D6C5F8 in popluar color models

D6C5F8
RGB214197248
HSL260°78.46%87.25%
HSB/HSV260°20.56%97.25%
CMYK13.71%20.56%0.00%
2.75%

Color #D6C5F8 in popluar number systems.

HEXD6C5F8
Decimal214197248
Binary110101101100010111111000
Octal326305370

Shades and tints

Shades of #D6C5F8

#D6C5F8
(214,197,248)
#C3B4E2
(195,180,226)
#B0A3CC
(176,163,204)
#9D92B6
(157,146,182)
#8A81A0
(138,129,160)
#77708A
(119,112,138)
#645F74
(100,95,116)
#514E5E
(81,78,94)
#3E3D48
(62,61,72)
#2B2C32
(43,44,50)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #D6C5F8

#D6C5F8
(214,197,248)
#D9CAF8
(217,202,248)
#DCCFF8
(220,207,248)
#DFD4F8
(223,212,248)
#E2D9F8
(226,217,248)
#E5DEF8
(229,222,248)
#E8E3F8
(232,227,248)
#EBE8F8
(235,232,248)
#EEEDF8
(238,237,248)
#F1F2F8
(241,242,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C5F8 color. Also use rgb(214,197,248) instead hex code.

Text Font Color

.myTextColor { color: #D6C5F8; }

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

This text font color is #D6C5F8.


Background Color

.myBgColor { background-color: #D6C5F8; }

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

This div background color is #D6C5F8.


Border color

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

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

This div border color is #D6C5F8.


Opacity

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

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

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

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

This text has shadow with #D6C5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C5F8 on black background.


Color preview on white background

This text has color #D6C5F8 on white background.



Black color preview on #D6C5F8 background

This text has black color on #D6C5F8 background.


White color preview on #D6C5F8 background

This text has white color on #D6C5F8 background.