COLOR #9995D8

HEX: #9995D8
RGB: (153,149,216)

Renk bilgisi

#9995D8 contains mainly blue color. #9995D8 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9995D8 color RGB value is (153,149,216).

  • kırmız ton 153;
  • yeşil ton 149;
  • mavi ton 216.
RGB:
(153,149,216)
(60%,58%,85%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 149 of 255 = 58%
B 216 of 255 = 85%

153
149
216

R + G + B ~ 68%. #9995D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 149 + 216 = 518 (100%)
R 153 of 518 ~ 29.54%
G 149 of 518 ~ 28.76%
B 216 of 518 ~ 41.7%

%29.54
%28.76
%41.7

CMYK RENK MODELİ

#9995D8 rengi CMYK tonu (29,31,0,15).

  • camgöbeği tonu 29.17%
  • eflatun tonu 31.02%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(29,31,0,15)
C29M31Y0K15 
(29%,31%,0%,15%)
(0.29/0.31/0.00/0.15)	

CMYK yüzdeleri

%29.17
%31.02
%0
%15.29

Codes

Color #9995D8 in popluar color models

9995D8
RGB153149216
HSL244°46.21%71.57%
HSB/HSV244°31.02%84.71%
CMYK29.17%31.02%0.00%
15.29%

Color #9995D8 in popluar number systems.

HEX9995D8
Decimal153149216
Binary100110011001010111011000
Octal231225330

Shades and tints

Shades of #9995D8

#9995D8
(153,149,216)
#8C88C5
(140,136,197)
#7F7BB2
(127,123,178)
#726E9F
(114,110,159)
#65618C
(101,97,140)
#585479
(88,84,121)
#4B4766
(75,71,102)
#3E3A53
(62,58,83)
#312D40
(49,45,64)
#24202D
(36,32,45)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #9995D8

#9995D8
(153,149,216)
#A29EDB
(162,158,219)
#ABA7DE
(171,167,222)
#B4B0E1
(180,176,225)
#BDB9E4
(189,185,228)
#C6C2E7
(198,194,231)
#CFCBEA
(207,203,234)
#D8D4ED
(216,212,237)
#E1DDF0
(225,221,240)
#EAE6F3
(234,230,243)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9995D8 color. Also use rgb(153,149,216) instead hex code.

Text Font Color

.myTextColor { color: #9995D8; }

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

This text font color is #9995D8.


Background Color

.myBgColor { background-color: #9995D8; }

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

This div background color is #9995D8.


Border color

.myBorderColor { border: 1px solid #9995D8; }

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

This div border color is #9995D8.


Opacity

.myOpacity80 { color: #9995D8; opacity: 0.8; }

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

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

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

This text has shadow with #9995D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9995D8 on black background.


Color preview on white background

This text has color #9995D8 on white background.



Black color preview on #9995D8 background

This text has black color on #9995D8 background.


White color preview on #9995D8 background

This text has white color on #9995D8 background.