COLOR #B997DE

HEX: #B997DE
RGB: (185,151,222)

Color info

#B997DE contains mainly red and blue colors. Web safe color of #B997DE is #CC99CC (or #C9C).

RGB color model

#B997DE color RGB value is (185,151,222).

  • red value is 185;
  • green value is 151;
  • blue value is 222.
RGB:
(185,151,222)
(73%,59%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 222 of 255 = 87%

185
151
222

R + G + B ~ 73%. #B997DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 222 = 558 (100%)
R 185 of 558 ~ 33.15%
G 151 of 558 ~ 27.06%
B 222 of 558 ~ 39.78%

%33.15
%27.06
%39.78

CMYK color model

#B997DE color CMYK value is (17,32,0,13).

  • cyan value is 16.67%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,32,0,13)
C17M32Y0K13 
(17%,32%,0%,13%)
(0.17/0.32/0.00/0.13)	

CMYK percentages

%16.67
%31.98
%0
%12.94

Codes

Color #B997DE in popluar color models

B997DE
RGB185151222
HSL269°51.82%73.14%
HSB/HSV269°31.98%87.06%
CMYK16.67%31.98%0.00%
12.94%

Color #B997DE in popluar number systems.

HEXB997DE
Decimal185151222
Binary101110011001011111011110
Octal271227336

Shades and tints

Shades of #B997DE

#B997DE
(185,151,222)
#A98ACA
(169,138,202)
#997DB6
(153,125,182)
#8970A2
(137,112,162)
#79638E
(121,99,142)
#69567A
(105,86,122)
#594966
(89,73,102)
#493C52
(73,60,82)
#392F3E
(57,47,62)
#29222A
(41,34,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B997DE

#B997DE
(185,151,222)
#BFA0E1
(191,160,225)
#C5A9E4
(197,169,228)
#CBB2E7
(203,178,231)
#D1BBEA
(209,187,234)
#D7C4ED
(215,196,237)
#DDCDF0
(221,205,240)
#E3D6F3
(227,214,243)
#E9DFF6
(233,223,246)
#EFE8F9
(239,232,249)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B997DE color. Also use rgb(185,151,222) instead hex code.

Text Font Color

.myTextColor { color: #B997DE; }

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

This text font color is #B997DE.


Background Color

.myBgColor { background-color: #B997DE; }

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

This div background color is #B997DE.


Border color

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

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

This div border color is #B997DE.


Opacity

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

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

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

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

This text has shadow with #B997DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B997DE on black background.


Color preview on white background

This text has color #B997DE on white background.



Black color preview on #B997DE background

This text has black color on #B997DE background.


White color preview on #B997DE background

This text has white color on #B997DE background.