COLOR #BE697D

HEX: #BE697D
RGB: (190,105,125)

Color info

#BE697D contains mainly red color. Web safe color of #BE697D is #CC6666 (or #C66).

RGB color model

#BE697D color RGB value is (190,105,125).

  • red value is 190;
  • green value is 105;
  • blue value is 125.
RGB:
(190,105,125)
(75%,41%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 105 of 255 = 41%
B 125 of 255 = 49%

190
105
125

R + G + B ~ 55%. #BE697D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 105 + 125 = 420 (100%)
R 190 of 420 ~ 45.24%
G 105 of 420 ~ 25%
B 125 of 420 ~ 29.76%

%45.24
%25
%29.76

CMYK color model

#BE697D color CMYK value is (0,45,34,25).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(0,45,34,25)
C0M45Y34K25 
(0%,45%,34%,25%)
(0.00/0.45/0.34/0.25)	

CMYK percentages

%0
%44.74
%34.21
%25.49

Codes

Color #BE697D in popluar color models

BE697D
RGB190105125
HSL346°39.53%57.84%
HSB/HSV346°44.74%74.51%
CMYK0.00%44.74%34.21%
25.49%

Color #BE697D in popluar number systems.

HEXBE697D
Decimal190105125
Binary1011111011010011111101
Octal276151175

Shades and tints

Shades of #BE697D

#BE697D
(190,105,125)
#AD6072
(173,96,114)
#9C5767
(156,87,103)
#8B4E5C
(139,78,92)
#7A4551
(122,69,81)
#693C46
(105,60,70)
#58333B
(88,51,59)
#472A30
(71,42,48)
#362125
(54,33,37)
#25181A
(37,24,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #BE697D

#BE697D
(190,105,125)
#C37688
(195,118,136)
#C88393
(200,131,147)
#CD909E
(205,144,158)
#D29DA9
(210,157,169)
#D7AAB4
(215,170,180)
#DCB7BF
(220,183,191)
#E1C4CA
(225,196,202)
#E6D1D5
(230,209,213)
#EBDEE0
(235,222,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE697D color. Also use rgb(190,105,125) instead hex code.

Text Font Color

.myTextColor { color: #BE697D; }

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

This text font color is #BE697D.


Background Color

.myBgColor { background-color: #BE697D; }

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

This div background color is #BE697D.


Border color

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

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

This div border color is #BE697D.


Opacity

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

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

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

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

This text has shadow with #BE697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE697D on black background.


Color preview on white background

This text has color #BE697D on white background.



Black color preview on #BE697D background

This text has black color on #BE697D background.


White color preview on #BE697D background

This text has white color on #BE697D background.